Skip to content

Fix an error in C++.md#3

Merged
linw7 merged 1 commit intolinw7:masterfrom
lioncruise:patch-1
Mar 17, 2018
Merged

Fix an error in C++.md#3
linw7 merged 1 commit intolinw7:masterfrom
lioncruise:patch-1

Conversation

@lioncruise
Copy link
Contributor

Virtual function table pointer exists in each object (usually for efficiency, it will be placed at the start address of the object), it points to the address of the virtual function table of the class where the object is located; in multiple inheritance situation, there will be multiple virtual function table pointers point to virtual function tables corresponding to different base classes.

The virtual function table pointer exists in each object (usually for efficiency, it will be placed at the start address of the object), it points to the address of the virtual function table of the class where the object is located; in multiple inheritance situation, there will be multiple virtual function table pointers point to virtual function tables corresponding to different base classes.
@linw7 linw7 merged commit 765a593 into linw7:master Mar 17, 2018
@lioncruise lioncruise deleted the patch-1 branch March 18, 2018 04:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants