Discussões Q&A
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 RespostasPopular hoje
How create a new language ?
 1 Votes
Beginner question
 0 Votes
I need help to solve this
 0 Votes
Project
 0 Votes