Is class an Object? Is object a class?

Answer Posted / guest

class itself is a specification not an object. Object is a
instance of class.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the default access specifier in a class definition?

552


What do you mean by data hiding?

613


What is a pure virtual function?

572


Name the different creational patterns in object oriented design?

556


What is a ternary operator?

550






What is the difference between an interface and abstract class?

574


Define a good interface?

541


How can I be thrown polymorphically?

573


Can you call the base class method without creating an instance?

664


Explain what is single and multiple inheritance?

546


Explain the usage of encapsulation?

598


Explain about a class?

537


Explain about polymorphism?

527


Which oops concept exposes only necessary information to the calling functions?

559


What is a constructor in class?

588