![]() |
| 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 Please suggest use of FO Latest Answer : Function overloading is done for code reuseability, to save efforts, and also to save memory. ... Read Answers (13) | 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 (7) | Asked by : Amit Joshi Latest Answer : Encapsulation => Data + member in a Class. not necessairly Public private.Abstraction => Data + member in a Class. But hide the data that you dont want to use outside the class. make the things private that you dont want to show to client... ... Read Answers (17) | 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 : 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 : Abstraction: We don't have to bother about the data type of the object while accessing it.Encapsulation: We put all the correlated data and methods in a class.Faran Shabbir ... Read Answers (7) | 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
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||