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 the real time example of encapsulation?
What are the two different types of polymorphism?
Can we have inheritance without polymorphism?
What is an advantage of polymorphism?
What does and I oop mean?
What is destructor give example?
Why do pointers exist?
What is coupling in oops?
State what is encapsulation and friend function?
What is inheritance write a program to show use of inheritance?
What is class and object in oops?
What is inheritance in simple words?
Can abstract class have normal methods?
class type to basic type conversion
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box