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 |
Is overriding possible in c++?
What is iomanip c++?
How would you use the functions memcpy(), memset(), memmove()?
What are the advantages of using typedef in a program?
What is searching? Explain linear and binary search.
Write a program and call it sortcheck.cpp which receives 10 numbers from input and checks whether these numbers are in ascending order or not. You are not allowed to use arrays. You should not define more than three variables
Why do we use constructor?
Differentiate between late binding and early binding. What are the advantages of early binding?
What is difference between shallow copy and deep copy? Which is default?
Define stacks. Provide an example where they are useful.
What are c++ data types?
Explain deep copy and a shallow copy?