What is a class and object?
No Answer is Posted For this Question
Be the First to Post Answer
What is object and example?
Write an operator overloading program to write S3+=S2.
what is virtual function?
How to call a non virtual function in the derived class by using base class pointer
Hi All, I am new to programming and want to know how can i write a code to take input of 2 numbers from user and swap it without using a temp variable?
which is platform independent device used in computers
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
In c++ there is only virtual destructors, no constructors. Why?
What is the difference between a constructor and a destructor?
WAP find square root of any number (without using sqrt() )?
What are the 4 main oop principles?
What is abstraction encapsulation?