Обсуждения
Background Colour React
2 голосов
2 ответов#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 голосов
1 ответWhat is Kotlin?
3 голосов
4 ответовA quick question regarding c#
0 голосов
2 ответовC#Love chat-5
2 голосов
1 ответContainerize our code
0 голосов
3 ответовProgramming for audio/sound/music!
0 голосов
1 ответAR/VR + iOS/Android
3 голосов
3 ответовMaking a VPN
1 голос
2 ответовАктуальное сегодня
Need suggestions
0 Votes
Best code for creating games?
0 Votes
progaming
1 Votes
Java full stack
0 Votes
Anyone Learning Godot?
1 Votes
Duration of heart refilling
0 Votes
hello world i need help
1 Votes