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

c++ is a purely oop concept?

3 Answers   Google, TCS,


Why is abstraction needed?

0 Answers  


what is code for call by value and call by reference?

1 Answers  


What is inheritance in oop?

0 Answers  


how to find no of instances of an object in .NET?

1 Answers   Infosys,






What is the main difference between C++ and Java

11 Answers   TCS,


DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED PROGRAMING.

5 Answers  


Can java compiler skips any statement during compilation time?

0 Answers  


What is nutshell in programming language?

1 Answers   Satyam, Tech Mahindra,


what is a ststic variable and stiticfunction briefly explain with exmple and in which case we use

2 Answers   HCL,


What does the keyword "static" mean?

4 Answers   TCS,


difine hierarchical inheritance.

9 Answers   ASD Lab, TCS,


Categories