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 are the disadvantages of C++?

Answers were Sorted based on User's Feedback



what are the disadvantages of C++?..

Answer / dinesh

c++ is not pure object oriented and it is platform dependent
and doesn't support GUI

Is This Answer Correct ?    0 Yes 7 No

what are the disadvantages of C++?..

Answer / jelve

c++ is so hard to use. hard coded pl and hard to build
graphical user interface.

Is This Answer Correct ?    16 Yes 28 No

what are the disadvantages of C++?..

Answer / sarath

c++ is not pure object oriented.
c++ supports pointers that's why there is no security for data
c++ is platform dependent.

Is This Answer Correct ?    13 Yes 28 No

what are the disadvantages of C++?..

Answer / priya

It does not supprt ENCAPSULATION property of OOP's concept.
Because main method is present in outside of the class.

Is This Answer Correct ?    17 Yes 44 No

what are the disadvantages of C++?..

Answer / safe

1)it is partially support oop's concept.
2) not support dynamic memory allocation.
3) not support dynamic binding.

Is This Answer Correct ?    24 Yes 84 No

Post New Answer

More OOPS Interview Questions

char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output

9 Answers   Persistent,


can you give the dynamic polymorphism types?

2 Answers   Wipro,


What are the main differences between procedure oriented languages and object oriented languages?

9 Answers   IBM, Infosys, Wipro,


What is the use of oops?

0 Answers  


What is meant by oops concept?

0 Answers  


What are callback functions in c++

1 Answers   SoftTech,


In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that

6 Answers  


Write an operator overloading program to Overload ‘>’ operator so as to find greater among two instances of the class.

1 Answers  


What is the difference between inheritance and polymorphism?

0 Answers  


What is encapsulation process?

0 Answers  


#include <iostream> using namespace std; int main() { int a = 2; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][c[1][4]]; }

2 Answers   TCS, Wipro,


What is interface? When and where is it used?

0 Answers  


Categories