How to access the member functions | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

How to access the member functions

20th Jan 2017, 6:42 AM
[No Name]
[No Name] - avatar
2 ответов
+ 2
in same class we can simply call them by there function name();
13th Feb 2017, 4:57 PM
Zaka Ahmad Chishti
Zaka Ahmad Chishti - avatar
+ 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();
13th Feb 2017, 4:59 PM
Zaka Ahmad Chishti
Zaka Ahmad Chishti - avatar