Q&A Discussões
Background Colour React
2 Votos
2 Respostas#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 Voto
1 RespostaWhat is Kotlin?
3 Votos
4 RespostasC#Love chat-5
2 Votos
1 RespostaContainerize our code
0 Voto
3 RespostasAR/VR + iOS/Android
3 Votos
3 RespostasMaking a VPN
1 Voto
2 RespostasQuente hoje
Need a personal tutor
1 Votes
Fix code
0 Votes
..
1 Votes
Software to write and run codes
1 Votes
Add lua
0 Votes
Beginner_to_SoloLearn
1 Votes