You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cout<<"OOPs concepts begins from objects and classes,Class is a userdefined data type that allows us to group numerous activities and action together"<<endl;
}
void constructor(){
cout<<"\n A constructor is automatically called when we create an object of a class"<<endl;