Difference between class and struct?
I learnt C at first and then Java. In C I learnt struct. In C++ and Java I am learning class. Is there a difference between class and struct?
- 4579 Views
- 1 Answers
1 Answers
-
-
- 21 Jul
- 0 Comment
-
- What are the basic concepts of oops in C++?
- What is C++? How one can go for C++ in engineering?
- Reallocation of pointers in C++
- How many times will this loop execute?
- Where can I find study materials for learning c++?
- What is difference between C and C++ ?
- Early bindingand Late binding in C++
- Which is the best software for C++ programming?
- Online test for C plus plus language
- Accessing private and protected members
Practice Mock Test
c plus plus programming
yes there is a difference between structure and class that is .......struct is basically used to store/declare the variables of different types of data.but in java class is a main part where which contains main() function from there program gets start executing