what is the difference between class and structure in C++?
Answer Posted / renuka
IN CLASS WE USE BOTH VARIABLE AND FUNCTION OR IN STRUCTURE WE USE VARIABLE ONLY....
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is the difference between static polymorphism and dynamic polymorphism?
What is the important feature of inheritance?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
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 encapsulation c#?
Which language is not a true object oriented programming language?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
what is the sylabus for priliminaries?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
How do you use inheritance in unity?
What is overloading and its types?
What does no cap mean?
Write a program to reverse a string using recursive function?
Can we have inheritance without polymorphism?
What is coupling in oop?