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 Java

Answer Posted / ram s

the main difference is java is a fully object oriented
programming language.but c++ doesn't,because it was not
support fully opp's concept.and also we are using java we
can devolope any type of application but c++ doesn't.

Is This Answer Correct ?    2 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is polymorphism explain?

1198


What is polymorphism what are the different types of polymorphism?

954


What is polymorphism and types?

1046


Describe these concepts: Polymorphism, Inheritance and Abstraction.

1149


Explain the advantages of inheritance.

1086


What is object in oops?

1026


What is the purpose of polymorphism?

1091


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

2233


How do you achieve runtime polymorphism?

1008


INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?

2152


if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?

3425


What does and I oop and sksksk mean?

1112


design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)

6631


What does it mean when someone says I oop?

1019


What are the types of abstraction?

1008