-
What is OOP? Object-oriented software is all about objects . An object is a "black box" which receives and sends messages . A black box actually contains code (sequences of computer instructions) and data (information which the instructions operates on). OOP is stands for Object Oriented Programming...
-
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 Understanding Static Methods and Data Static keyword is widely used to share the same field or method among all the objects of the class. The actual goal of the static keyword is to share a single data over all the objects. There...
-
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 Constructor Constructor is a simple method inside a class. Except it has some exceptions: Ø Constructor has the same name as the class. Ø Constructor does not return value even void. Ø Constructor can be built...
-
Hi, You are absolutely right risman. OOP is just of thinking or you can tell that it is a bridge between Manual system to Automation system. Here I share some more link .. How Object-Oriented Programming Started The History of Object Oriented Programming A BRIEF HISTORY OF OOP AND JAVA PROGRAMMING LANGUAGE