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
Explain what are the two main string operators?
How can you retrieve data from the mysql database using php?
How to create a public static method in PHP?
What is beforeRender() used?
How to insert an new array element in array?
What is the default session time in php?
What are the Formatting and Printing Strings available in PHP?
What is the use session in php?
What does the scope of variables mean?
How to delete a file from the system?
What are examples of independent and dependent variables?
Which function parses an English textual date or time into Unix timestamp in PHP.
What are some new features introduced in php7?
What is the use of $_request variable?
Explain the difference between $var and $$var?