what is the difference between class and structure in C++?
Answer Posted / pradeepramagiri
class members have the privite access by default where as
structure members have the public access by default
| Is This Answer Correct ? | 34 Yes | 2 No |
Post New Answer View All Answers
what are the realtime excercises in C++?
Can you explain polymorphism?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What language is oop?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What do you mean by overloading?
What is an example of genetic polymorphism?
What does I oop mean?
program for insertion ,deletion,sorting in double link list
What is meant by multiple inheritance?
Explain virtual inheritance?
What is inheritance in oop?
What are constructors in oop?
How can you overcome the diamond problem in inheritance?
Explain the advantages of inheritance.