what is a class

Answers were Sorted based on User's Feedback



what is a class ..

Answer / ranjith jayan

a class is a collection of similar objects. ex: orange is
an object for the class fruits

Is This Answer Correct ?    16 Yes 0 No

what is a class ..

Answer / sharad

a class is belong to the any object while an object is
belongs to the single class.a class is stateless but the
object is statefull.a class describe the logically meaning
of the object.

Is This Answer Correct ?    5 Yes 0 No

what is a class ..

Answer / rajwinder cheema

a class is a user defined data type combines both data and
function.

Is This Answer Correct ?    5 Yes 0 No

what is a class ..

Answer / sai

class is a collection of members and member functions.The
members or member functions can be called by the object of
the class.

Is This Answer Correct ?    2 Yes 0 No

what is a class ..

Answer / guest

class is a simply collectiom of objects

Is This Answer Correct ?    2 Yes 0 No

what is a class ..

Answer / surabhi

a class is a way to bind data describing an entity(object) and
its associated function together...

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More OOPS Interview Questions

what is inline function?

3 Answers  


Is data hiding and abstraction same?

0 Answers  


What does sksksk mean in text slang?

0 Answers  


What is the real time example of inheritance?

0 Answers  


Please tell me the oops concept with detailed answer

9 Answers   EEE,


what is the advantage in software? what is the difference between the software developer and Engineer

1 Answers  


what is the use of mutable key word

3 Answers   HCL,


Why do we need oop?

0 Answers  


Why is destructor used?

0 Answers  


What is static in oop?

0 Answers  


What is polymorphism and its types?

0 Answers  


Why and when is a virtual destructor needed?

5 Answers  


Categories