×
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
2206    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 what remains after one has forgotten what one has learned in school.
Albert Einstein
4326
84.76
Today So Far
Total View (Lakh)
softetechnologies
26/05/2018     54745
25/06/2018     45855
01/01/2018     44067
28/06/2017     41613
02/08/2017     40711
01/08/2017     34709
06/07/2017     34485
15/05/2017     33700
11/09/2018     31260
14/07/2017     30568
softetechnologies