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

Answers were Sorted based on User's Feedback



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

Answer / kunal prakash

object is the instance of the class.
class contains data and member functions.

Is This Answer Correct ?    12 Yes 4 No

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

Answer / mallikharjuna

object is a real world entity.
class is a blueprint of object

Is This Answer Correct ?    8 Yes 0 No

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

Answer / hareesh d

Object :is a one which contains both data and member functions
class:which contains group of objects

Is This Answer Correct ?    16 Yes 10 No

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

Answer / guest

object is a runtime entity

Is This Answer Correct ?    5 Yes 2 No

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

Answer / deepika

object is the real world entity and it is the instance of a
class.

collection of objects is known as class. all the objects
which belongs to the same class share same properties and
common behaviour.

Is This Answer Correct ?    5 Yes 3 No

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

Answer / amit

class is key word which is provids to create a user defined
datatypes and
object is delegates of class

Is This Answer Correct ?    2 Yes 0 No

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

Answer / pranay agarwal

class is a template that contain data and functions, an
object can use this template any no. of times .

object is instance of class.

Is This Answer Correct ?    2 Yes 0 No

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

Answer / amit chauhan

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

Is This Answer Correct ?    2 Yes 1 No

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

Answer / amit

class:
is keyword which is used to define the user defined
datatypes to achive the incasulation,
object:
object is instanse of the class which is used for run
(invocks) the class like a key(object) of car(class)

Is This Answer Correct ?    1 Yes 0 No

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

Answer / dulichand kumawat

class: A class is a collection of variables and functions working with these variables. Variables are defined by var and functions by function.

Object: Object is instance of the class which is used for run
the class like a key(object) of car(class)

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More OOPS Interview Questions

What are the 5 oop principles?

0 Answers  


Why is encapsulation used?

0 Answers  


In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that

6 Answers  


what is the difference b/w abstract and interface?

2 Answers   Merrill Lynch, Schneider, Scio Healthcare,


Why do we use polymorphism in oops?

0 Answers  






How do you define social class?

0 Answers  


write a progra in c++ using class & object to find out wheather a given no. is prim or not.

2 Answers  


what is multi level inheritance give n example ?

13 Answers   HDFC, Hulas Steel, Ness Technologies,


What does no cap mean?

0 Answers  


In c++ there is only virtual destructors, no constructors. Why?

4 Answers   IBM, Polaris,


write a program in c++ to overload the function add (s1,s2) where s1 and s2 are integers and floating point values.

4 Answers  


1. Strong name 2. how to prevent a class from being inherited 3. delegates 4. default modifier for interface 5. default modifier for class 6. base class for exception 7. diff bet trigger and view in sql 8. how to exchange values from one page to another page 9. can multiple catch block ll be executed at same time 10. can u store different data types in an array & array list 11. when we ll use trigger 12. try,catch,finally usage

2 Answers  


Categories