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 |
What is iostream in c++ used for?
What is an arraylist c++?
Write a program that read 2o numbers in and array and output the second largest number. Can anybody help??
What character terminates all character array strings a) b) . c) END
What is 'Copy Constructor' and when it is called?
What is the operator in c++?
give me some class & objects examples?
What is the Difference between "printf" and "sprintf"?
7 Answers iSoft, PentaWare, TCS,
describe private access specifiers?
How does class accomplish data hiding in c++?
What is the use of lambda in c++?
Can you overload the operator+ for short integers?