C++
Programming and Technical
Programming
Definition
What are the main differences between procedure
oriented languages and object oriented languages?
Read Solution (Total 1)
-
- Procedure oriented language :- 1)It has top to bottom approach
2)data can't hide
3)it does not consist Oops concept such as inheritance, polymorphism, abstraction.
Object oriented language :-1)it has bottom up approach
2)data can hide
3)it consists concepts like abstraction, polymorphism, encapsulation etc - 2 years agoHelpfull: Yes(0) No(0)
C++ Other Question