what is main difference between object oriented object base
Answer Posted / aok pandey
object oriented programming language = object based
programming language + inhritance + Dynamic binding
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What do you mean by abstraction?
#include
What are the benefits of oop?
What is encapsulation with example?
What is an interface in oop?
Which method cannot be overridden?
What are the 3 pillars of oop?
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 class and object?
What is oops?what is its use in software engineering?
program for insertion ,deletion,sorting in double link list
When not to use object oriented programming?
Why is oop better than procedural?
Explain virtual inheritance?
Why is abstraction used?