Answer Posted / anju
OOP represents the real life concepts such as inheritence,
encapsulation etc. and in order to channelize the real time
concepts in programming terms and language, OOP is
inculcated.
| Is This Answer Correct ? | 31 Yes | 7 No |
Post New Answer View All Answers
Why is there no multiple inheritance?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is an interface in oop?
What is the importance of oop?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is class and object in oops?
What is protected in oop?
What are the three main types of variables?
What is destructor give example?
What is polymorphism and types?
What does and I oop mean in text?
What is the use of oops?
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’.
Can enum be null?