![]() Related Questions OOP is the common abbreviation for Object-Oriented Programming. Latest Answer : OOP is Object oriented programming.There are two ways of programming,Programs written around "What is happening?" is called "Process-Oriented Programming".Programs written around "Who is being affected?" is called "Object-oriented ... Tags : OOPS Inheritance is the process by which one object acquires the properties of another object. Latest Answer : Inheritance is one of the important principles of OOP.Inheritance is the process by which one object acquires the properties of another object.By use of Inheritance , an object need only define those qualities that make it unique within its class.It can ... Tags : Inheritance Latest Answer : WELL DESIGNED MODULES ALWAYS HIDES ALL OF ITS IMPLEMENTAIONS DETAILS. MODULES THEN COMMUNICATE WITH EACH OTHER ONLY THROUGH API's UNKNOW TO EACH OTHER INNER IMPLEMENTATIONSPROPER USE OF ACCESS MODIFIERS (PRIVATE,PUBLIC,PROTECTED) IS MUST FOR INFORMATION ... Read Answers (6) | Asked by : harsha Latest Answer : persistence for permanenet storage, transient for temporary storage, ... Read Answers (3) | Asked by : prathibha Tags : OOPS Can we create a object of Base class?..If we can not create a object of base class then why we need Abstract class? Read Answers (5) | Asked by : abhishek Tags : Abstract Latest Answer : Actually size of class having no variable but only 1 function is determined by the variables size declared in that fuction. So the size of the class will be the total size of variables which have been declared in that member function. ... Read Answers (4) | Asked by : anamika Latest Answer : For more explanation, you can see in my previous answer that we can inherit, but we can not access it from the derived class. ... Read Answers (7) | Asked by : Anjaly Latest Answer : When you create a custom type (class) in any language, that class in OOP is called Object and when you create an istance of this class just as we create instance of built-in types e.g. (int a,float b) it is called instance of the object. ... Latest Answer : Server container will call the callback methods like init() etc.. throught which the servlet object is constructed ... Read Answers (1) | Asked by : prashant Latest Answer : This is method of thinking to resolve the problem ( implimenting the applicaiton using software languages).           - POP : Procedure thinking  ( modular approach of solve the problem)        -OOP : Object Thinking ( object ... Read Answers (4) | Asked by : Manpreet Kaur
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||