WHAT IS THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE
SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.

Answer Posted / amit chauhan

object is a real world entity.
class is collection of similar objects.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is encapsulation in oop?

601


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2102


There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.

1454


Can static class have constructor?

582


Can private class be inherited?

615






What language is oop?

591


What causes polymorphism?

569


What is abstraction in oops with example?

770


Can a destructor be called directly?

599


Write a c++ program to display pass and fail for three student using static member function

2814


What is encapsulation c#?

600


What is the difference between encapsulation and polymorphism?

592


What is this pointer in oop?

553


What is the types of inheritance?

602


What is byval and byref? What are differences between them?

1687