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
What's wrong in my code?
4 Votes
App Development
1 Votes
GUI-Based Python code in Webpage
2 Votes
HTML
1 Votes
Introduction of html
0 Votes
Web Developer Job?
1 Votes
CSS or Tailwind
1 Votes
Russian
0 Votes