what is the main difference between c and c++?
Answer Posted / ramakrishna
Hi All,
C follows procedural oriented approach and in procedural
oriented programmers are more focussed on functions rather
than data, how they write the program is more concerned
rather than security. But in object oriented programmer's
have given more priority to data than blocks.
Also procedural oriented terms difficult to understand ,but
object oriented meets real world existing system every thing
is considered as objects. I cannot write a program like
factorial but i can write a class called person...
This is main difference between c and c++.
| Is This Answer Correct ? | 30 Yes | 5 No |
Post New Answer View All Answers
What is purpose of inheritance?
which feature are not hold visual basic of oop?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is interface in oop?
#include
What is pure oop?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What is the real time example of encapsulation?
What is multilevel inheritance explain with example?
Can an interface inherit a class?
Why do we use oop?
What is static in oop?
What is overloading in oops?
What are the types of abstraction?
What are the 5 oop principles?