Answer Posted / keerthi
c c++
c is procedure oriented
language c++ object oriented language
C is top to down approach C++ is bottom up approach
C doesnot supports
functionoverloading C++ supports
C is not more secure
C++ is more secure because
of encapulation
C does not related to whole
world entity
C++ relates whole world
entity
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Give two or more real cenario of virtual function and vertual object
Which language is not a true object oriented programming language?
Why is polymorphism needed?
What is pure oop?
What are the three main types of variables?
Whats oop mean?
class type to basic type conversion
What is overriding in oops?
Why is destructor used?
What is encapsulation in oop?
Which method cannot be overridden?
What is polymorphism what is it for and how is it used?
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 causes polymorphism?
What is difference between polymorphism and inheritance?