Loading [Contrib]/a11y/accessibility-menu.js
Practice
Compete
Contribute
Learn
Log In
Sign Up
Quiz 79
Anonymous
1,221 views
1
2
3
4
5
6
7
8
9
10
#include <iostream>
class A
{
public:
void foo() const { std::cout << "A"; }
};
class B
{ public:
void foo() const { std::cout << "B"; }
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Run
0
0
Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.
Go to tech.io
Suggested playgrounds
Quiz 66
By
Unnamed contributor
1,160
0
quiz copy constructor
By
Unnamed contributor
1,223
0
How to build a chatbot in less than 50 lines of code
By
[CG]Maxime
2,374
19
Why Learn Python
By
[CG]Maxime
4,592
50
Join the CodinGame community on Discord to chat about puzzle contributions, challenges, streams, blog articles - all that good stuff!
JOIN US ON DISCORD
Online Participants
Keyboard Shortcuts:
?
Show / hide this help menu
×