Answer Posted / sirama
OOPS is Object Oriented Programming Structure.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is else syntax in c++?
What is the best c c++ compiler for windows?
What is the exit function in c++?
What is DlgProc?
What is a .lib file in c++?
Why do we use iterators?
Describe the role of the c++ in the tradeoff of safety vs. Usability?
What is a vector c++?
What is the difference between while and do while loop?
Can a class be static in c++?
what is oops and list its features in c++?
What is difference between c++ 11 and c++ 14?
Do class declarations end with a semicolon?
How to access a variable of the structure?
If I is an integer variable, which is faster ++i or i++?