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?
- 4581 दृश्य
- 1 उत्तर
1 उत्तर
-
-
- 21 जुलाई
- 0 टिप्पणी
-
- Reallocation of pointers in C++
- Which software is used for C and C++?
- What are the topics in C++? Explain your answer
- How can I practice the questions of C Plus Plus Programming? Where to find study material?
- Online test for C plus plus language
- When we already have C language then why C++?
- Can someone please update me with the important exam dates of C Plus Plus Programming Exam?
- Which is the best software for C++ programming?
- Is Python better than C++? Explain your answer
- What are the five basic elements of a C++ program?
मॉक परीक्षण अभ्यास के लिए
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