×
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
1788    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.
Swami Vivekananda
Education is the manifestation of the perfection already in man.
Swami Vivekananda
1680
72.06
Today So Far
Total View (Lakh)
softetechnologies
26/05/2018     51821
25/06/2018     43666
01/01/2018     42783
28/06/2017     40511
02/08/2017     39332
01/08/2017     33542
06/07/2017     33297
15/05/2017     32660
14/07/2017     28870
11/09/2018     28675
softetechnologies