F&A Diskussionen
#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 Stimmen
1 AntwortWhat is Kotlin?
3 Stimmen
4 AntwortenA quick question regarding c#
0 Stimmen
2 AntwortenC#Love chat-5
2 Stimmen
1 AntwortContainerize our code
0 Stimmen
3 AntwortenProgramming for audio/sound/music!
0 Stimmen
1 AntwortAR/VR + iOS/Android
3 Stimmen
3 AntwortenMaking a VPN
1 Stimme
2 AntwortenHeute heiß
How to allow one instance of exe
2 Votes
Python
1 Votes
What has happened?
1 Votes
Theater management help me
2 Votes
What should I add/improve ?
1 Votes
Tools for web design?
1 Votes