difference between clanguage and c++

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


Please Help Members By Posting Answers For Below Questions

What is difference between rest and http?

520


Which function would you use to determine the length of a string in php?

606


Could we start a variable with number like $4name?

517


What is difference between compile time and run time polymorphism?

526


What is the use of offset in mysql?

526






What is the method to register a variable into a session?

488


How to track user logged out or not? When user is idle?

516


What is the major php security hole? How to avoid?

553


What are the advantages of stored procedures?

552


What is regular expression in javascript?

453


How can we get ip address of a client in php?

542


Why do we use hooks?

507


What is difference between echo and print_r in php?

495


What are getters and setters php?

545


How to know user has read the email-php?

495