C++
Programming and Technical
Logical Reasoning
Blood Relations
In C++ what is the difference between a struct
and a class?
a) There is no comparison. Structs are used in C
while classes are used in C++.
b) Classes use less memory since it is newer technology.
c) You cannot implement functions when you use a
struct.
d) The default access specifier.
Read Solution (Total 0)
C++ Other Question