Answer Posted / srinivas
C is procedural oriented language which means line by line
executed form top to bottom.C++ is object oriented language
and executes by bottom up approach.C++ is object oriented
language so it supports all OOPs concepts like
Class/Object,inheritance,encapsulation,polymorphism. c
doesn't support these concepts.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which cryptographic extension provide generation and verification of digital signatures?
What is sticky form in php?
Do you know what is php?
Tell me what is htaccess?
Explain how can we execute a php script using command line?
What does $_server means?
What is php mainly used for?
What is difference between count or sizeof function in php?
Does php support multithreading?
What is strlen function in php?
How to track no of user logged in?
What is a class in php programing?
Is php 5.6 secure?
What is the maximum size of a database in mysql?
Tell me how can we change the maximum size of the files to be uploaded?