what are the disadvantages of C++?
Answer Posted / madhava rao
1.it is not secure
2.it is not simple
3.it is not platform independent
sucure:
beacuse c++ contains
->pointers
->friend functions
->globla variables
i am trying to prove it programaticaly;
ex:
#include<iostream.h>
#include<conio.h>
class A
{
int a;
void add();
{
a=45;
cout<<a;
}
};
void main()
{
clrscr();
// hear i am try ing to create new bolck
{
// in side this block i am trying to create an object of
//type "A"
A obj;
obj.add();
// hear we may think that "obj" life has ended
}
//hear i am trying to create an pointer variable of type "A"
A *p;
// hear i am tryint to call a method to the pointer of
//tyep "A"
//with out assign any address
p->add();//it works
// than where is the security for u r "obj" already life
//edned
}
NOTE:
i cal prove the remain things also with programatically
pls contact: SoftTech computer Education,new mig,bhel hyderabad,
cell:91-9291543127
mail id: madhav_rao34@yahoo.in
| Is This Answer Correct ? | 17 Yes | 10 No |
Post New Answer View All Answers
which feature are not hold visual basic of oop?
What is difference between polymorphism and inheritance?
Why is object oriented programming so hard?
Where is pseudocode used?
What is oops and its features?
#include
Describe these concepts: Polymorphism, Inheritance and Abstraction.
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
Explain the concepts involved in Object Oriented programming.
What is abstraction oop?
Why do pointers exist?
What is overloading in oop?
Can you explain polymorphism?
What are constructors in oop?
What does I oop mean?