Answer Posted / sudhavasugj@gmail.com
Object is the variable of class in oops. Class is created
for do some behavior in program. The behavior is accessed by
creating the object for the particular class in main program.
Ex: computer c++;
computer - class
c++ - object
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is solid in oops?
Please send ford technologies placement paper 2 my mail id
What is the difference between inheritance and polymorphism?
What is variable example?
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!!!)
Which is not an object oriented programming language?
What are the important components of cohesion?
How do you define social class?
Is enum a class?
What do you mean by overloading?
why reinterpret cast is considered dangerous?
What does enum stand for?
What is the important feature of inheritance?
What is byval and byref? What are differences between them?
What is difference between polymorphism and inheritance?