what are the disadvantages of C++?
Answer Posted / meet
There is not so strict/strong type checking in C++ like Java & C#. Pointers can be easily be misused. Dynamic memory management is error-prone because the lack of automatic garbage collection like Java & C#. There isn't bound checking on arrays. Friend functions & friend classes can be misused.
Supports stack allocated objects so results in memory wastage but provides runtime efficiency.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is abstract class in oop?
Can we define a class within the interface?
Please send ford technologies placement paper 2 my mail id
Can you explain polymorphism?
explain sub-type and sub class? atleast u have differ it into 4 points?
What is the oops and benefits of oops programming?
What is abstraction encapsulation?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is solid in oops?
What is class and object in oops?
What is abstraction in oop?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
write a program that takes input in digits and display the result in words from 1 to 1000
What is polymorphism in oop example?
what's the basic's in dot net