Inherited Code Discussions | C++ | HackerRank
We use cookies to ensure you have the best browsing experience on our website. Please read our
cookie policy
for more information about how we use cookies.
Ok
HackerRank
|
Prepare
Certify
Compete
Apply
Hiring developers?
Log In
Sign Up
Prepare
C++
Classes
Inherited Code
Discussions
Inherited Code
Problem
Submissions
Leaderboard
Discussions
Editorial
You are viewing a single comment's thread.
Return to all comments →
birendrakumarpa2
4 months ago
+ 0 comments
struct BadLengthException{ int n; BadLengthException(int n){ this->n = n; } int what(){ return n; } };
Inherited Code
You are viewing a single comment's thread. Return to all comments →