Definition of class?

Answers were Sorted based on User's Feedback



Definition of class? ..

Answer / aarthi

class is defined as the collection of attributes and
behavior

Is This Answer Correct ?    6 Yes 0 No

Definition of class? ..

Answer / chithra

A Claas is a group of objects that share some common
properties and relationships.

Is This Answer Correct ?    6 Yes 2 No

Definition of class? ..

Answer / vadivel

A Class is a blueprint of object.

or

class are units of code and data, which can be used as
block boxs(called object).

Object:- Instance of class is called object.

Is This Answer Correct ?    4 Yes 0 No

Definition of class? ..

Answer / priya

class is the bind of functions and data together

Is This Answer Correct ?    4 Yes 2 No

Definition of class? ..

Answer / priya

class is defined as the binding of functions and datas
together

Is This Answer Correct ?    4 Yes 2 No

Definition of class? ..

Answer / priya

class is the way to bind the functions and data together

Is This Answer Correct ?    5 Yes 3 No

Definition of class? ..

Answer / prabakaran

binding datas and functions together

Is This Answer Correct ?    3 Yes 1 No

Definition of class? ..

Answer / adnan sheikh

A class is the collection of related function and data
together and object is the instance of the class

Is This Answer Correct ?    2 Yes 0 No

Definition of class? ..

Answer / sanjaya mohapatra

CLASS IS A USER DEFINE DATA TYPE.IT IS THE WAY OF BINDING
DATA AND ITS ASSOCIATIVE FUNCTIONS.IT ALLOWS TO HIDING THE
FUNCTION IF NECESSARY FOR EXTERNAL USE.WHEN A CLASS IS
CREATED A OBJECT WILL CREATED.

Is This Answer Correct ?    2 Yes 1 No

Definition of class? ..

Answer / manju

class is a collection of data members and member functions

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More C++ General Interview Questions

What are the basics of classifying different storage types, why?

2 Answers   Astergate, Symphony,


How do you clear a map in c++?

0 Answers  


Is there something that we can do in C and not in C++?

14 Answers   Patni,


Explain the advantages of using friend classes.

0 Answers  


how many controls can we place on single form.

1 Answers   Microsoft,






Can we sort map in c++?

0 Answers  


What is rvalue?

0 Answers  


What is main function in c++ with example?

0 Answers  


Can you Mention some Application of C/C++?

0 Answers  


Can char be a number c++?

0 Answers  


Does c++ have foreach?

0 Answers  


What is volatile and pragma? When they are used?

1 Answers  


Categories