what is the main difference between c and c++?
Answer Posted / rajkishor yadav
In c mainly focus on data but in c++ mainly focus on object
rather than data,and in c++ we hide data other unauthorized
things by Encapsulation
It is structure Base Language but c++ object base Language.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the benefit of oop?
Why is oop better than procedural?
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.
What is the purpose of enum?
What is oops with example?
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?
What is multilevel inheritance in oop?
What is oops in simple words?
What are the types of abstraction?
What is ambiguity in inheritance?
What is the problem with multiple inheritance?
What does enum stand for?
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 protected in oop?
Are polymorphisms mutations?