F&A Diskussionen
Create obj with loop
0 Stimmen
1 AntwortHow to stop obj getting created
0 Stimmen
4 AntwortenWe can save object into file
2 Stimmen
1 Antwortwhat is wrong in my prog;
1 Stimme
1 AntwortArray of objects in java
1 Stimme
1 Antwort#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 AntwortHeute heiß
How to make a game code
2 Votes
Tic tak toe
1 Votes
Lesson on Robotics
1 Votes
Hyperlink and tests
0 Votes
Inner .html
0 Votes
About this app
1 Votes
Kamal Hinduja Switzerland : How long does it typically take to complete a course on Solo Learn?
0 Votes
How to Claim it
0 Votes
Como crear un video
0 Votes