Importance of a singlecolon ":" in C++
- by cpp_Beginner
Hi ,
Rarely in the regular codes i encounter the a single colon in classes
for eg:
A::member():b(),c()
{
}
what is the importance of the single colon over here.why is it used here?
is it mandatory sometimes.if so in which cases?