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...

c++ is a pure object oriented programming or not?

Answer Posted / baranee

C++ is Oops concept only but not pure. pure concept is JAVA
only.

Is This Answer Correct ?    15 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is pure oop?

1165


Why is abstraction used?

1135


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

2334


What is the highest level of cohesion?

1110


What is oops and its features?

1147


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

2437


what are the realtime excercises in C++?

2894


What is the difference between static polymorphism and dynamic polymorphism?

1134


What is the important feature of inheritance?

1188


How do you achieve polymorphism?

1134


What is abstraction in oop with example?

1188


What are constructors in oop?

1277


What is polymorphism oop?

1107


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1968


Can we create object of interface?

1173