Classes are an expanded concept of data structures: like data structures, they can contain data members, but they can also contain functions as members . An object is an instantiation of a class.
Read moreHow do you call a function from a class in C++?
To call some function before main() method in C++,
Read moreWhat are the 4 types of functions in C++?
C++ User-defined Function Types
Read more