L
L
LittleFatNinja2015-04-06 19:52:50
Programming
LittleFatNinja, 2015-04-06 19:52:50

C++ how to call second ancestor method?

how to call method of class A from class C?

class A;
class B : A;
class C : B;

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
GavriKos, 2015-04-06
@LittleFatNinja

Just like the class method b.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question