What are the main differences between procedure oriented
languages and object oriented languages?
Answer Posted / shivanand
procedure oriented language doesnot support oops.
object oriented languages support opps concept.
| Is This Answer Correct ? | 31 Yes | 50 No |
Post New Answer View All Answers
What is class and example?
Why is abstraction used?
Where is pseudocode used?
What is abstraction in oops?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is the important feature of inheritance?
What are the three parts of a simple empty class?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What is an interface in oop? Prepare me a program for the animation of train Why do we use oops? Can we create object of abstract class? What is ambiguity in inheritance? Write a program to implement OOPS concepts such as
inheritance, polymorphism, friend function, operator
overloading? Why do we use polymorphism in oops?