|
Related Questions |
View Answer |
|
How object oriented concept is implemented in cell phone?
|
View Answer
|
|
How is memory allocated by new ? a) In a heap b) in a stack b) both a & b c) None of these.
|
View Answer
|
|
How to implement the runtime polymorphism using c++. examples.
|
View Answer
|
|
Can we inherit private members of class ?
|
View Answer
|
|
Explain the Inheritance principle
|
View Answer
|
|
What is OOPS?
|
View Answer
|
|
Describe the principles of OOPS
|
View Answer
|
|
Explain the Encapsulation principle
|
View Answer
|
|
Explain the different forms of Polymorphism.
|
View Answer
|
|
Explain the Polymorphism principle.
|
View Answer
|
|
What is the use/advantage of function overloading
|
View Answer
|
|
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
|
View Answer
|
|
What is the difference between encapsulation and datahiding.explain with example
|
View Answer
|
|
1.why do we need encapsulation? 2. what is a class in C++ analogous to in C
|
View Answer
|
|
What do you mean by realization in oops, what is presistent,transient object.
|
View Answer
|
|
What is the implementation of pointer in prospect of C++ language?
|
View Answer
|
|
What is the similarities between macro and function?
|
View Answer
|
|
How macro execution is faster than function ?
|
View Answer
|
|
can we create a object of Base class?.. If we can not create a object of base class then why we need Abstract class?
|
View Answer
|
|
Is it ternary operator in c++?
|
View Answer
|