Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the main difference between c and c++?

Answer Posted / ajay khare

c++ is advance of c and more secure

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Whats oop mean?

1101


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

2345


What is polymorphism in oop example?

1074


explain sub-type and sub class? atleast u have differ it into 4 points?

2364


write a program to find 2 power of a 5digit number with out using big int and exponent ?

2442


What is the real time example of encapsulation?

1118


What is the use of oops?

1116


What is use of overloading?

1188


program for insertion ,deletion,sorting in double link list

2750


What are the advantages of polymorphism?

1084


What is ambiguity in inheritance?

1172


What is oops in simple words?

1168


Why do we use encapsulation in oops?

1089


What is pointer in oop?

1125


How is class defined?

1212