What is Object Oriented programming.what is the difference
between C++ and C?

Answer Posted / samyukta

c is a procedural oriented lang & c++ is a oop lang
c can store upto 32 char where as c++ can store 0 to255 char
in c we won't have inheritance ,polymorphism,data hiding &
data abstraction concepts

Is This Answer Correct ?    51 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is lambda in c++?

580


What is the difference between multiple and multilevel inheritance in c++?

605


What is runtime polymorphism in c++?

591


What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random

656


What programming language should I learn first?

592






There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.

2533


What is an overflow error?

621


What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass

689


How can a called function determine the number of arguments that have been passed to it?

658


What is the standard template library (stl)?

623


What are the various storage classes in C++?

652


What is c++ map?

569


Is c or c++ more useful?

577


What is the use of lambda in c++?

578


What is a down cast?

613