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
Answer / kunal prakash
object is the instance of the class.
class contains data and member functions.
| Is This Answer Correct ? | 12 Yes | 4 No |
Answer / mallikharjuna
object is a real world entity.
class is a blueprint of object
| Is This Answer Correct ? | 8 Yes | 0 No |
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 |
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 |
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 |
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 |
Answer / amit chauhan
object is a real world entity.
class is collection of similar objects.
| Is This Answer Correct ? | 2 Yes | 1 No |
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 |
What is Method overloading?
What is the significance of classes in oop?
What is meant by multiple inheritance?
Differences between inline functions and non-inline functions?
Why u change company?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
Is abstract thinking intelligence?
What is the difference between a constructor and a destructor?
How to execute business logic for only once ..?even though user clicks submit button multiple times by mistake..? (i disabled JavaScript)
WILL I GET A guaranteed JOB AFTER DOING bsc()IT) and GNIIT from an NIIT CENTRE??
21 Answers Biocon, MIT, NIIT,
Name a typical usage of polymorphism