What is class and object with example?
No Answer is Posted For this Question
Be the First to Post Answer
how to swap to variables without using thrid variable in java?
What is the difference between Home and $Home?
What is destructor in oop?
What is OOPS and How it is different from Procedural Programming ?
23 Answers HP, Infosys, Thyrocare,
Why do we use class in oops?
What is a friend function & its advantage?
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 data abstraction with example.
Write an operator overloading program to write S3+=S2.
what is difference between c++ language and java language
string is a class or data type in java?
What is the use of unnamed namespaces in OOPS? The only advantage I know is that they dont need the scope resolution operator while accessing them. I want to know some other advantages of unnamed namespaces...