Q&A Discussões
Hello sololearners
2 Votos
2 RespostasWhat is a VM? Like JVM..
12 Votos
9 RespostasVue.js Is awesome!
10 Votos
2 RespostasPolymorphism
1 Voto
1 RespostaC#Love Chat-7
5 Votos
1 RespostaPolymorphism
0 Voto
2 RespostasBackground 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 RespostasQuente hoje
Someone can help me
1 Votes
What's wrong with this?
2 Votes
I’m new someone can help me
1 Votes
HTML community, HELP!!
1 Votes
I am a super beginner
0 Votes
X velocity
0 Votes
What's doctype htMl
2 Votes
How this program executes?
0 Votes