what is the main difference between c and c++?

Answer Posted / krithika

Iam studing computer oriented course but why we r reading
electrical engineering subject

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is solid in oops?

617


How do you use inheritance in unity?

595


What is an advantage of polymorphism?

599


Question In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest. Question Submitted By :: Sunil Kumar I also faced this Question!! Rank Answer Posted By Re: In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest. Answer # 1 use copy constructors 0 Shanthila There is something to be taken care in destructor, in copy constructor, suppose the memory is assigned to the embedded member object pointer with the parameter passed value, but if some other objects of different class also are pointing to this memory, then if some one deletes the object then this class member pointer object will become dangling, or if the object is not deleted properly then there will be memory leak. Please suggest the design change required to handle or avoid this situation

1664


What is the difference between inheritance and polymorphism?

594






What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?

1656


Why is there no multiple inheritance?

572


What polymorphism means?

624


what is difference between class template and template class?

2161


Is html an oop?

585


Can main method override?

587


Templates mean

1592


Give an example where we have to specifically use C programming language and C++ programming language cannot be used?

1151


What is debug class?what is trace class? What differences are between them? With examples.

1612


What is oops and why we use oops?

573