Dyskusje Q&A
Background Colour React
2 głosów
2 odpowiedzi#include <iostream>
using namespace std;
class A{
public:
void f1();
};
class B : public A{
public:
virtual void f1();
}
int main()
{
A * obj = new B;
obj.f1();
}
Ques: can we write virtual before an overridden function from the base class?? if yes which f1() should it call base class f1() or derived class f1()???
0 głosów
1 OdpowiedźWhat is Kotlin?
3 głosów
4 odpowiedziC#Love chat-5
2 głosów
1 OdpowiedźContainerize our code
0 głosów
3 odpowiedziAR/VR + iOS/Android
3 głosów
3 odpowiedziMaking a VPN
1 Głos
2 odpowiedziPopularne dzisiaj
Hi help me I am new
2 Votes
How do I solve all test cases for popsicles problem?https://www.sololearn.com/coach/3?ref=app
0 Votes
Where did mess up....
1 Votes
Where can I learn c#
0 Votes
Feedback on my portfolio
0 Votes