what is difference b/w object based and object oriented
programming language?
Answer Posted / chirag
Object based programing is support such futher or oop
but object oriented is support all futher of oop.
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
What language is oop?
What are the types of abstraction?
What are the benefits of polymorphism?
what is difference between class template and template class?
what's the basic's in dot net
What is polymorphism in oop example?
What is encapsulation with real life example?
Why is polymorphism needed?
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’.
Why we use classes in oop?
What is multilevel inheritance in oop?
What is a superclass in oop?
Plese get me a perfect C++ program for railway/airway reservation with all details.
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
Can main method override?