WHAT IS THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE
SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.
Answer Posted / hareesh d
Object :is a one which contains both data and member functions
class:which contains group of objects
| Is This Answer Correct ? | 16 Yes | 10 No |
Post New Answer View All Answers
What is abstraction example?
Explain the advantages of inheritance.
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
i got a backdoor offer in process global,Bangalore..Can i work with it?
Can a varargs method be overloaded?
What is polymorphism explain its types?
What is overloading in oop?
Why is oop useful?
2. Give the different notations for the class.\
Why do we use oops?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is the real life example of polymorphism?
What are properties in oop?
What is constructor overloading in oop?
Describe these concepts: Polymorphism, Inheritance and Abstraction.