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?
- 4606 Views
- 1 Answers
1 Answers
-
-
- 21 Jul
- 0 Comment
-
- Which software is used for C and C++?
- how c plus plus is different than java ?
- Can someone please update me with the important exam dates of C Plus Plus Programming Exam?
- When we already have C language then why C++?
- Interview questions for C++ language
- What are the topics in C++? Explain your answer
- Most suitable way for returning the logical errors
- What are the five basic elements of a C++ program?
- Where can I find study materials for learning c++?
- What is difference between C and C++ ?
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