what is a class
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / rajwinder cheema
a class is a user defined data type combines both data and
function.
| Is This Answer Correct ? | 5 Yes | 0 No |
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 |
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 |
How to create a comment page in C #??
what is the diffrence between c# and c++
what is virtual function in c++
why the argument is passed by reference to a copy constructor?example?
what is the usage of clas templates
what is an qt4 interface?
What is encapsulation with example?
What are virtual functions?
What are benefits of oop?
how do u initialize the constant variables
what is the function of 'this' operator ?
what is the difference between function template and template of function?explain with example.