What is pointer in oop?
No Answer is Posted For this Question
Be the First to Post Answer
Why static functions always uses static variables?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
what is single inheritance?
In multiple inheritance , to create sub class object , is there need to create objects for its superclasses??? in java and c++ both. Actually i have some information that is , all available members from its superclasses , memory created in subclass obj , so no need to create object for its superclasses...??? Thanks in Advance
How does polymorphism work?
can you give the dynamic polymorphism types?
Write a macro for swapping integers
What is the fundamental idea of oop?
why reinterpret cast is considered dangerous?
What are virtual classes?
What is multiple inheritance? Give Example
write a progra in c++ using class & object to find out wheather a given no. is prim or not.