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
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
What are sql functions?
Explain PHP?
Explain me what is sql injection?
What is the interface in php?
Explain how is it possible to set an infinite execution time for php script?
Tell me what does the array operator '===' means?
Does php support polymorphism?
How to create a session? How to set a value in session?
What is the empty function?
What is php in full?
CWD is a type of shell variable. State Whether True or False?
What are the correct and the most two common way to start and finish a PHP block of code?
What is super () python?
Can I include php in javascript?