F&A Diskussionen
Background Colour React
2 Stimmen
2 Antworten#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ß
Is this realistic enough?
2 Votes
Need friends
0 Votes
Web Development
0 Votes
Please complete this code.
0 Votes
Cybersecurity techies
2 Votes