OOPs is closer to real life representation of the objects which we want to program.Hierarchical relationships can be represented using inheriatnce. Data can be divided as public and private -- also we can provide interface for entering and validating ...
Inheritance. polymorphism. Abstraction. Encapsulation. ...
ENCAPSULATION: It is the data binds together code and the data it manipulates and keeps them safe from outside interference and misuse. When data and code are linked together in this fashion, an object is created. In other words an object is the device ...
Answered by Hari on 2005-05-09 03:02:11: There are so many examples behind this reason. a. Code written using AWT and compiled on windows machine will not run on Unix, since Windows is a graphics
There are so many examples behind this reason. a. Code written using AWT and compiled on windows machine will not run on Unix, since Windows is a graphics rendered environment and unix is not, so will have to provide some XManger to render the Graphics. b. ...
abstract, encapsulation, polymorphism ...
Java is not pure object oriented language because all data types are not object. In java we can use primitive data types they are not objects. PURE OOPL everything should be objects and methods. ...
A) Encapsulation:Is the Mechanism that binds together code and the data it manipulates, and keeps both safe from outside interference and misuse.B) Inheritance:Is the process by which one object acquires
of course...all the above... ...
A friend function can access all private protected and public data of a class. A class has to declare a function or another class as a friend. Also the friendship is one way. Class A is friend of class B does not mean that class B is friend of class A. ...
In Oracle with PLSQL language implemented in D2K, we can use principle of INHERITANCE by using Libraries which is oops concept. ...
1.different types of languages compare in c++ and other lanuages2.oops concepts in other language oops
View page << Previous 1 2 [3] 4 5 Next >>

Go Top