what is the main difference between c and c++?
Answer Posted / gaurav pathak
c is a middle level language(high level with low level
features)while c++ is high level language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
write string class as your own class in java without using any built-in function
What is meant by oops concept?
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!!!)
Why is oop useful?
What do you mean by Encapsulation?
What is multilevel inheritance in oop?
Can enum be null?
What is solid in oops?
What is difference between pop and oop?
Where is pseudocode used?
Can private class be inherited?
What is the important feature of inheritance?
What is difference between inheritance and polymorphism?
How do you use inheritance in unity?