call function between classes [closed]
- by aziz joh
hello
I have 3 classes class A, B, and C
class A is the main class and content the main function also, i call class B and class C in the main as b1,b2 and c1.
in class B there is a vector (V) has list of int. and 3 functions Add, get and delete delete. all the thing in the class is public.
in class C i have function that need to (B::get) from…