Dyskusje Q&A
Biblioteca para MySQL
0 głosów
1 OdpowiedźC and Data_Bases
0 głosów
1 Odpowiedź#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 głosów
1 OdpowiedźJDBC , JDO, Hybernate, JPA,
0 głosów
1 OdpowiedźPopularne dzisiaj
Ai generated practices
2 Votes
Where did mess up....
1 Votes
Feedback on my portfolio
0 Votes
Yo this is madness
0 Votes
How can i insert files?
1 Votes
Advertising in Sololearn
0 Votes
Hi who can hel me please
0 Votes
Solving coding challenges
0 Votes