Q&A Discussions
Biblioteca para MySQL
0 Votes
1 AnswerC and Data_Bases
0 Votes
1 Answer#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 AnswerJDBC , JDO, Hybernate, JPA,
0 Votes
1 AnswerHot today
OOP python questions
1 Votes
What's wrong with my code?
1 Votes
Python loops
1 Votes
What is a web browser intension?
1 Votes
Web page
1 Votes
Percobaan
0 Votes
Mentors
0 Votes