Answer Posted / jai
an object is a physical representation of a class.
example:
class - fruit(logical)
object- apple(physical)
Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
Which software is best for c++ programming?
Which coding certification is best?
Can comments be nested?
Carry out conversion of one object of user-defined type to another?
Explain the difference between c++ and java.
How does a copy constructor differs from an overloaded assignment operator?
What is & in c++ function?
What is the purpose of template?
Differentiate between late binding and early binding.
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
What is the difference between an external iterator and an internal iterator?
Does improper inheritance have a potential to wreck a project?
What is extern c++?
What does it mean to declare a member function as virtual?
What is decltype c++?