Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C++
Implicitly declared/defined member functions and inheritance
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Ioannis Vranos, post: 1542594"] When you create a class SomeClass, an assignment operator and a copy constructor are created implicitly which provide shallow copying (all data members are copied value-wise), also a "default" constructor doing nothing ( SomeClass() ) and a "default" destructor doing nothing. Everything is inherited (and can be disabled). Perhaps you may clarify what you mean with "inherited". [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C++
Implicitly declared/defined member functions and inheritance
Top