what is oops and advantages for engineers life?
Answers
Answered by
0
Answer:
oops is object oriented programming
Explanation:
its quite beneficial as compared to regular programming like for instance you can create objects . you can do exception handling you can have real like invoking . you can use and process a real time systems aswell
Answered by
0
OOP means an Object Oriented Programming language.
For a programming language to classify as an Object Oriented Programming language, it must use the four basic principles of OOP.-
--Abstraction
--Encapsulation
--Inheritance
--Polymorphism
Similar questions