why c++ is called OOPS?
waht is inherutance?
what is compiler?
Answer Posted / siva
1. C++ supports all the 4 oops concepts encapsulation,
abstraction, inheritance and polymorphism that sway c++ is
called oops.
2. If one class (called derived) acquires/inherits
properties of another class (base class) then the concept
is called inheritance.
3. Compiler converts/translate programs written in high-
level languages in to machine level
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
How do you use inheritance in unity?
How does polymorphism work?
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 difference between data abstraction and encapsulation?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
what is graphics
What is overloading in oops?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is difference between oop and pop?
How to hide the base class functionality in Inheritance?
Why is encapsulation used?
What is the purpose of enum?