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

What's the full form of STL?

2 Answers  


Which is faster post increment or pre increment ? and in which cases should u use either - to increase speed?

4 Answers   EA Electronic Arts,


how to tackle technical questions

1 Answers  


write a c++ program to find maximum of two numbers using inline functions.

3 Answers   IBM,


What is a function in oop?

0 Answers  


Write 7 differences between "Public" function and "Private" function?

2 Answers   IBM, Wipro,


What is pure oop?

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 public, protected, private?

6 Answers   IBS, Satyam,


can you explain how to use JavaBean in Project

3 Answers   Infosys, Satyam,


what is cast operator?

2 Answers   Microsoft,


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

0 Answers  


Categories