why c++ is a highlevel language
Answer Posted / juzer
c or c++ is a middle-level language. This is because
it combines the best elements of high-level languages with
the control and flexibility of assembly language.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the 4 main oop principles?
What is class in oop with example?
What is the important feature of inheritance?
What is a function in oop?
Why is abstraction used?
What does and I oop and sksksk mean?
What is difference between multiple inheritance and multilevel inheritance?
Can we create object of interface?
What is abstraction with example?
What is class encapsulation?
Can abstract class have normal methods?
Can static class have constructor?
What is encapsulation and abstraction? How are they implemented in C++?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is the use of oops?