what isthe difference between c structure and c++ class
Answer Posted / amarnath
Construtor is not in c strut and present in c++ class
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is encapsulation c#?
What exactly is polymorphism?
what is difference between class template and template class?
any one please tell me the purpose of operator overloading
What are different oops concepts?
What are classes 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
What is abstraction and encapsulation?
What is cohesion in oop?
What is the point of polymorphism?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What is abstract class in oops? Why do pointers exist? What is advantage of inheritance? 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();
}