![]() Related Questions 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 : 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 : Abstraction:Denotes the essential properties and behaviour of an object that differentiate it from other objects. e.g: We use objects but we're not concerned with whats going behind the scene.Encapsulation:Its a process of binding the data and its behaviour ... Read Answers (8) | Asked by : girija 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 Latest Answer : DOS: single process, single thread
Windows: multiple process, multiple threads ... Read Answers (2) | Asked by : nandhini Latest Answer : arulkumar: No, Void pointer is a pointer it is automatically type casted, we can assign to any pointer. But NULL pointer is a pointer which holds 0 (zero) as its content. (i.e) It doesn't pointing anything. ... Tags : Pointer Latest Answer : Implicit cursor we have to open and close for it's usage.It will not automatically close.Explicit cursor will automaticlly open and close.eg: for x in (exp.) where x is the cursor name exp. is an expression.This ... Latest Answer : in ++*p firstly it will move to the incremented address of the pointing variable &from there the value will pick up the value of the variable, then it will assign to the corresponding variable or to itself. In (*p)++ it will first assign value and ... 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 What is the difference between Aggregation and Composition?(Asked in Polaris Interview for Java Experienced People, on April 11, in Chennai) Latest Answer : Aggregation:In aggregation , one object is composed of multiple objects and every object is useless without the relationship. Suppose there is a car object, so car object is useless without the tyre or steering object, and steering object is useless without ...
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||