Q&A Discussions
Create obj with loop
0 Votes
1 AnswerWe can save object into file
2 Votes
1 AnswerArray of objects in java
1 Vote
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 AnswerHot today
about HTML
1 Votes
I'm confused in c++ union.
1 Votes
unclearable notification bug
1 Votes
In developing apps
0 Votes
Python
1 Votes
OOP in C++
0 Votes
Freelancer
0 Votes
Image problem/confusion
0 Votes