What are the main differences between procedure oriented
languages and object oriented languages?
Answer Posted / rahul madanan
procedural language: instructions will be divided into
various blocks called as datas .It concentrates on
procedures rather than datas.
oops: class is created where data and functions are
encapsulated. It concentrates on data rather than
procedure.
| Is This Answer Correct ? | 19 Yes | 15 No |
Post New Answer View All Answers
Write a program to sort the number with different sorts in one program ??
What is encapsulation c#?
what are the ways in which a constructors can be called?
What are the 5 oop principles?
Explain virtual inheritance?
What is overloading in oop?
What is polymorphism give a real life example?
what type of questions
State what is encapsulation and friend function?
Can destructor be overloaded?
What is object in oops?
What is overloading in oops?
What is stream in oop?
What is difference between oop and pop?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).