what is the main difference between c and c++?
Answer Posted / ishwar lal patidar
c is a old language but c++ is a new generation language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is ambiguity in inheritance?
What are functions in oop?
Write a program to reverse a string using recursive function?
what is different between oops and c++
What is pointer in oop?
What is oops and why we use oops?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is abstraction encapsulation?
Why do we use oop?
What is class and example?
How do you achieve polymorphism?
What is the advantage of oop over procedural language?
Which type does string inherit from?
Can we create object of interface?
What is persistence in oop?