Обсуждения
Create obj with loop
0 голосов
1 ответHow to stop obj getting created
0 голосов
4 ответовHow to make a Obj loader in Three.js
0 голосов
1 ответWe can save object into file
2 голосов
1 ответwhat is wrong in my prog;
1 голос
1 ответArray of objects in java
1 голос
1 ответDeserialize JSON object in python
2 голосов
12 ответовalready defined in main.obj error C
0 голосов
4 ответов#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 ответАктуальное сегодня
Fix the following code
2 Votes
Mobile number and similarity
0 Votes
Ai or cyber security
2 Votes
Alguém Português por aqui?
0 Votes
Regarding Basics :-
2 Votes
Coding issue
1 Votes