what are the disadvantages of C++?
Answer Posted / jaffar
hi guys,above every said C++ is not fully object oriented
language , not support ENCAPSULATION and not platform
independent.
i think you had a lake of Knowledge about C++
The World most of the companies like Ms , Hp, HCL using C++
for their entire developments.Still Most of the Operating
Systems,System drivers,games are developed in C++.
why?
because of it is fully portable,flexible and ex tenable.And
it most of the lib are platform independents like
SL,STL,OpenGL,OpenCV and etc...
I agree that one,C++ is more complected.
It is not suitable for child-woods.
| Is This Answer Correct ? | 15 Yes | 8 No |
Post New Answer View All Answers
What are the benefits of oop?
What is abstraction encapsulation?
Can static class have constructor?
This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.
What is destructor example?
What are main features of oop?
Why do we use class in oops?
What are the advantages of polymorphism?
What is abstraction with example?
What is the important feature of inheritance?
Why is destructor used?
What is variable example?
What is encapsulation with real life example?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
Why do we need oop?