![]() Related Questions Encapsulation is a process of binding or wrapping the data and the codes that operates on the data into a single entity. This keeps the data safe from outside interface and misuse. One way to think about Latest Answer : Encapsulation with a simple example would be .Automatic Transmission on an automobile. It encapsulates 100's of bits of information about your engine, such as how much are accelerating, the pitch of the surface you are on, and the position of the ... 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 The meaning of Polymorphism is something like one name many forms. Polymorphism enables one entity to be used as as general category for different types of actions. The specific action is determined by Latest Answer : Polymorphisam: It can be catagorized into three ways.1. Method Overloading 2. Method Over-riding3. Interface methods implemented differently in different ways in sub-classes.Overloading: Define methods with same name , same return type with different ... From a practical programming viewpoint, polymorphism exists in three distinct forms in Java: Method overloading Method overriding through inheritance Method overriding through the Java interface Latest Answer : Method OverloadingMethod OverridingOperator OverloadingThese are the different forms of Polymorphism in Java. ... Latest Answer : Data hiding is done by using access specifier and data encapsulation is wrapping of data which use default specifier. ... Read Answers (18) | Asked by : ramaprasad Latest Answer : Link list is a dynamic data structure for storing different type of data which may be primitive data types or user defined data types like structs and classes..Link list always contain the data types which are to be stored in the linked list and a pointer ... Read Answers (2) | Asked by : chiru What is the difference between docking container and splitter container?What is tree display?Explain What is the difference between docking container and splitter container?What is tree display?Explain with sample prgms. View Question | Asked by : karthihassan Explain about void pointer and it's real time usage in Business Latest Answer : Pointer to void, or a void pointer, is a special type of pointer that has a great facility of pointing to any data type.Example:int i; float f; int* exf; float* test; then exf=&i;//Corerct-exf ... Tags : Pointer Explain Component Object Model used in C, C++ and .NET Latest Answer : COM is a platform-independent, distributed, object-oriented system for creating binary software components that can interact. ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||