![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions OOP is the common abbreviation for Object-Oriented Programming. Latest Answer : OOPS is a style of programming where the code and data are bound together in objects, whose structures are based on class hierarchies. ... Tags : OOPS Inheritance is the process by which one object acquires the properties of another object. Latest Answer : Inheritance involves building upon an existing class so that additional or more-specialised functionality is added.A key design aspect of inheritance is that it is used in a manner which is understandable and supported by a clear, justifiable relationship. ... 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 : A class is an Abstract Datatype which, when instantiated, sets aside memory which holds data in fields and references to the instructions for methods.An instance of a Class is a section of heap memory set aside, using the class's template, to hold ... 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
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||