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
Started learning python
0 Votes
Websites for frontend developers
1 Votes
Discrete mathematics (python)
0 Votes
Computador
0 Votes
I need help in programing
0 Votes
C++, c# , graphical interface
1 Votes