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
What is a controller php?
How to increase the maximum execution time of a script in php?
What is the use of imagetypes() method?
Which function would you use to determine the length of a string in php?
Why is overriding runtime?
What does a delimiter do in mysql?
What is meant by pdo in php?
How can you encrypt password using php?
How can i execute PHP File using Command Line?
Which php framework is best for beginners?
What is $_ env in php?
Tell me how to execute an sql query? How to fetch its result?
Who is the father or inventor of php?
Is php strongly typed?
What are the __construct() and __destruct() methods in a php class?