×
FREE ASSISTANCE FOR THE INQUISITIVE PEOPLE
Tutorial Topics
X
softetechnologies
convert a binary numbers to equivalent decimal number in C Language - MAKAUT / WBUT MCA 2011 Find GCD and LCM of two positive integer - MAKAUT / WBUT MCA Slove
Difference between Structure and Class - MAKAUT / WBUT MCA Slove - C Language
2198    Arnab De    15/11/2019

What is the difference between structure and class ? [WBUT MCA 2011]

Structure is a user defined data type or Abstract Data Type (ADT). It is a collection of variables of different data types. When we declare a variable of a structure, it is creating all the variables together and we can use those variables via structure variable. To declare a structure we use the keyword “struct” .

softetechnologies

A class is also a user define data type or Abstract Data Type (ADT). But we can declare member functions along with the member variables in a class. These class variables and functions may access by the objects of that class only. To declare a class we use the keyword “class”.

softetechnologies

What is a self-referential structure? [WBUT MCA 2011]

If a structure declares one or more pointers which point to the same type of structure in it. Then those types of structure known as Self Referential structures.

convert a binary numbers to equivalent decimal number in C Language - MAKAUT / WBUT MCA 2011 Find GCD and LCM of two positive integer - MAKAUT / WBUT MCA Slove
softetechnologies
Author Details
Arnab De
I have over 16 years of experience working as an IT professional, ranging from teaching at my own institute to being a computer faculty at different leading institute across Kolkata. I also work as a web developer and designer, having worked for renowned companies and brand. Through tutorialathome, I wish to share my years of knowledge with the readers.
Enter New Comment
Comment History
No Comment Found Yet.
Rabindranath Tagore
A lamp can only light another lamp when it continues to burn in its own flame.
Rabindranath Tagore
1478
84.27
Today So Far
Total View (Lakh)
softetechnologies
26/05/2018     54683
25/06/2018     45786
01/01/2018     44034
28/06/2017     41566
02/08/2017     40664
01/08/2017     34657
06/07/2017     34439
15/05/2017     33655
11/09/2018     31159
14/07/2017     30499
softetechnologies