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 are include() and require() functions?
How to upload file in php?
what are interfaces and Abstart classes
What is the meaning of a final class and a final method?
Tell me how do I check if a given variable is empty?
Tell us how to set cookies in php?
What is the difference between runtime exception and compile time exception?
How to execute an sql query?
Tell me how is it possible to parse a configuration file?
How to create an array in php?
What type of language is php?
How do I debug php?
What are the Advantages and Application Areas of PHP?
What are php magic quotes?
Write a program using while loop in php?