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 is the importance of oop?

0 Answers  


What do we mean by a hidden argument in a function?

1 Answers   TCL,


Write a program to accept a number and to print numbers in pyramid format? for eg:for a no. 5 1 212 32123 4321234 543212345

7 Answers  


IN PROGRAMING LANGAUGE A C++ IS PURELY OBJECT ORIENTED OR NOT?

2 Answers  


write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.

0 Answers   Wipro,






What is a class in oop?

0 Answers  


Program to open a file with First argument

1 Answers   TCS,


What are the 3 principles of oop?

0 Answers  


Why static Function is used in C++?

4 Answers   TCS,


Program to check whether a word starts with a capital letter or not.

1 Answers   Infosys,


inheritence with example

1 Answers  


What is difference between class and object with example?

0 Answers  


Categories