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's the basic's in dot net
write a program to find 2^n+1 ?
What polymorphism means?
What does enum stand for?
What is a class in oop?
What is oops in simple words?
what is different between oops and c++
How to improve object oriented design skills?
Which is not an object oriented programming language?
What is class and example?
What are the 3 pillars of oop?
What is destructor in oop?
What is difference between class and object with example?
What is the advantage of oop over procedural language?
What is coupling in oops?