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 |
what type of questions
how do you handle yourself when you feel the wald is aganist you
What is use of overloading?
How can i write a code in c# to take a number from the user and then find all the prime numbers till the number entered by the user.
When you define a integer it gets stored in which data structure?(Stack or a heap)
What is abstraction in oop with example?
What is polymorphism what is it for and how is it used?
what is inline function?
How to overload postfix operator in c++
There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?
Which language is pure oop?
what is SPL in c++.