what is the main difference between c and c++?
Answer Posted / kani
c is a not oops language...but c++ is oops languge...in c v
use include<stdio.h>but in c++ v using include<iostream.h>
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What do you mean by overloading?
any one please tell me the purpose of operator overloading
Write a c++ program to display pass and fail for three student using static member function
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
class type to basic type conversion
Why do we use inheritance?
c++ program to swap the objects of two different classes
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What exactly is polymorphism?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What causes polymorphism?
What is property in oops?
What is destructor in oop?
What is the point of oop?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction