0
How to access the member functions
2 ответов
+ 2
in same class we can simply call them by there function name();
+ 2
in main we will call by using classname then point it specific name as I have class design and member function is signup. I write as
design d;
d.sign up();