what is the difference between class and structure in C++?
Answer Posted / naveen tuteja
We can declare a structure without a name tag but we cannot
declare a class without name tag.
Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is inheritance and how many types of inheritance?
to find out the minimum of two integer number of two different classes using friend function
How long to learn object oriented programming?
What is the highest level of cohesion?
What are properties in oop?
What is inheritance write a program to show use of inheritance?
What is constructor overloading in oop?
what's the basic's in dot net
What are the benefits of interface?
What is the use of oops?
What is the benefit of oop?
What are the 3 principles of oop?
What is new keyword in oops?
What is advantage of inheritance?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box