![]() Related Questions Please suggest use of FO Latest Answer : It helps app to load the class method based on the type of parameter ... Read Answers (14) | Asked by : harsha While copying the objects if you say X a = b and asssume that '=' operator is overloaded then what it will call, a copy constructor or operator overloading function Read Answers (8) | Asked by : Amit Joshi 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 : We can pass arguments into the macro as well as function.We can say that a Macro is smilar to a global function ... Latest Answer : Actually macro is faster than a function as the previous one does not go for scanning and validation like a real function, so the time is saved during these processes which makes macro faster. ... Read Answers (4) | Asked by : supriya 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 : 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
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||