Answer Posted / 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 |
Post New Answer View All Answers
Is data hiding and abstraction same?
Templates mean
How is polymorphism achieved?
what are the realtime excercises in C++?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What is constructor overloading in oop?
What are the data types in oop?
what type of questions
What is overriding in oops?
Why do we use class in oops?
Why it is called runtime polymorphism?
What are objects in oop?
How to hide the base class functionality in Inheritance?
What does I oop mean?
What is encapsulation in ict?