Definition of class?
Answers were Sorted based on User's Feedback
Answer / prabakaran
collection of data membetrs and function members
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shivani sharma
class is a collection of data member and member function
| Is This Answer Correct ? | 1 Yes | 0 No |
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
What is the limitation of cin while taking input for character array?
How many characters are recognized by ANSI C++?
What is data binding in c++?
What is the difference between the parameter to a template and the parameter to a function?
Differentiate between declaration and definition.
Can a constructor be private?
Which is the best c++ software?
What are c++ tokens?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
What is isdigit c++?
Should I learn c or c++ or c#?