What is Object and Class? What are the differences between
them?
Answer Posted / kalaivani
object-run time entity
class- bind of function & data
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How is class defined?
What is overriding in oops?
Templates mean
Can a destructor be called directly?
What is constructor overloading in oop?
Why do we use oops?
What is the difference between static polymorphism and dynamic polymorphism?
Whats oop mean?
How do you explain polymorphism?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
How do you define a class in oop?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is the purpose of enum?
What is overloading and its types?
What is basic concept of oop?