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

Is string an object in c++?

0 Answers  


How is data hiding achieved in c++?

0 Answers  


How do you save a c++ program?

0 Answers  


Explain all the C++ concepts using examples.

0 Answers   InterGraph,


List the issue that the auto_ptr object handles?

0 Answers  






string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring

1 Answers   Quark,


What is class in c++ with example?

0 Answers  


which of the following is not an secondary constant a) array b) real c) union

0 Answers  


What is microsoft c++ redistributable?

0 Answers  


Describe functional overloading?

6 Answers   HP,


what is data encapsulation in C++?

0 Answers  


Write about the role of c++ in the tradeoff of safety vs. Usability?

0 Answers  


Categories