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
Can abstract class have normal methods?
What is polymorphism used for?
What are the benefits of interface?
What is byval and byref? What are differences between them?
what are the realtime excercises in C++?
When not to use object oriented programming?
What is balance factor?
What is polymorphism oop?
What are the components of marker interface?
is there any choice in opting subjects like 4 out of 7
What is super in oop?
What are two types of polymorphism?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
Which language is not a true object oriented programming language?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?