×
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
2146    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.
Albert Einstein
Education is not the learning of facts. It is rather the training of the mind to think
Albert Einstein
602
82.66
Today So Far
Total View (Lakh)
softetechnologies
26/05/2018     54443
25/06/2018     45508
01/01/2018     43889
28/06/2017     41409
02/08/2017     40481
01/08/2017     34486
06/07/2017     34267
15/05/2017     33504
11/09/2018     30742
14/07/2017     30234
softetechnologies