Coding Tutorial#1
Object Oriented Programming is a style of computer hard core programming which focuses on the creation and transformation of objects rather than building and coding a procedure.
Object oriented Programming has five important features : Abstraction, Encapsulation, Inheritance, Polymorphism and Data Hiding.
The fourth generation programming languages are the only object oriented programming languages. Some examples of Object Oriented Programming languages are Java, C++, Visual Basic, PHP and others.
In this tutorial series we will learn about OOP in detail through a 4GL, Java.
Java was invented by James Gosling and was owned by Sun Microsystems. But now it is owned by Oracle.
There are a number of software for the execution of Java Programs like BlueJ, VS Code, JEdit, NetBeans, Dr. Java etc.
Comments
Post a Comment