InterviewSolution
Saved Bookmarks
| 1. |
Why is C++ called OOPs? Explain |
|
Answer» C++ is called OOPS because it supports Object-oriented Programming which means C++ look into the problem regarding objects rather than the procedure for doing that problem. 6. What is oops and LIST its features in C++?OOPS STANDS for Object-Oriented Programming.OOPS refers to the programming in which programming is based on the objects that can contain data and code rather than based on the functions and procedures. Features of OOP
|
|