What are the differences between a struct in C and in C++? - Just Crack Interview

What are the differences between a struct in C and in C++?

What are the differences between a struct in C and in C++?

Ques:- What are the differences between a struct in C and in C++?
2 4413

4 Answers on this Question

  1. C structure does not support member functions to be
    declared in the structure whereas C++ structure can have
    member functions declared in them

  2. c structure does not support the concept of data hiding but
    in approach of c++ class support the concept of data hiding.

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to top