what is the main difference between c and c++?
Answer Posted / raghav ji
the main deference between c and c++ is that c is a
procedural language having no security while c++ is the
object oreanted programing language having more security
power and concepts like
1. bottom up approach
2. classes
3. objects
4. overload
5. inheritens etc...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is object in oops?
What are the three parts of a simple empty class?
What is a class oop?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What are the three main types of variables?
write knight tour problem which is present in datastructure
Why is static class not inherited?
What is the diamond problem in inheritance?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is encapsulation example?
What is inheritance in simple words?
Which type does string inherit from?
What is polymorphism and why is it important?
What is oops?what is its use in software engineering?