Q&A Discussions
Background 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 AnswersC#Love chat-5
2 Votes
1 AnswerContainerize our code
0 Votes
3 AnswersAR/VR + iOS/Android
3 Votes
3 AnswersMaking a VPN
1 Vote
2 AnswersHot today
Functions in python
1 Votes
HTML
1 Votes
For Mobile app
0 Votes
I need advice
0 Votes
Answer please
0 Votes
I need advice
0 Votes