What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / jayasrinivas.donavalli
In Procedural Programming language the execution of
application can be step by step. That means the data can be
executed ina sequential manner but in Object oriented
languages the application executed according to the order
we wrote in the program.
that means there is no need to follow the order of
execution on OOP.
it depends on the object.
| Is This Answer Correct ? | 25 Yes | 49 No |
Post New Answer View All Answers
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?
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 are the three main types of variables?
Why do we use inheritance?
What is encapsulation in ict?
Can we create object of interface?
What are the components of marker interface?
How is class defined?
What is abstraction in oop with example?
What is abstraction example?
Get me a number puzzle game-program
Write a program to reverse a string using recursive function?
What is abstraction and encapsulation?
What is coupling in oop?
What is an advantage of polymorphism?