Answer Posted / vijender singh
. Encapsulation: Binding of Code and data together in a
single entity
2. Polymorphism: One name many properties (funtion
Overloading)
3. Inheritance:Acquiring properties of one object to another
| Is This Answer Correct ? | 15 Yes | 7 No |
Post New Answer View All Answers
What is class in oop with example?
What is encapsulation in oops?
What is multilevel inheritance explain with example?
What is multilevel inheritance in oop?
write a C++ program for booking using constructor and destructor.
program for insertion ,deletion,sorting in double link list
which feature are not hold visual basic of oop?
Why is polymorphism important in oop?
What does sksksk mean in text slang?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
Is enum a class?
What is advantage of inheritance?
Which method cannot be overridden?
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 a superclass in oop?