Q&A Discussions
Hello sololearners
2 Votes
2 AnswersWhich one would be better?
4 Votes
6 AnswersWhat is a VM? Like JVM..
12 Votes
9 AnswersVue.js Is awesome!
10 Votes
2 AnswersPolymorphism
1 Vote
1 AnswerVR hardware requirements
0 Votes
1 AnswerC#Love Chat-7
5 Votes
1 AnswerPolymorphism
0 Votes
2 AnswersAlexa Skill Development
0 Votes
5 AnswersBackground Colour React
2 Votes
2 Answers#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 Votes
1 AnswerWhat is Kotlin?
3 Votes
4 AnswersHot today
Pig Latin
0 Votes
Someone can help me
0 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
I’m new someone can help me
0 Votes
What's doctype htMl
2 Votes
HTML community, HELP!!
0 Votes