why c++ is called OOPS?
waht is inherutance?
what is compiler?
Answer Posted / mittal
c++ is Object Oriented language.... it means in c++ we can
bind data and function together, to access that we need
Object.... Object is basically just Vehicle to take our
goods like our variable and data ....it basically makes like
thats way that it is totally based on Object thats why its
called OBJECT ORIENTED Lan...
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is oops and its features?
What is the main purpose of inheritance law?
can inline function declare in private part of class?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is the important feature of inheritance?
What type of loop is a for loop?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is the types of inheritance?
write string class as your own class in java without using any built-in function
What are the 3 pillars of oop?
What is destructor oops?
Which language is not a true object oriented programming language?
What is overloading and its types?
What is multilevel inheritance explain with example?
How to hide the base class functionality in Inheritance?