When a base class and sub class contains a function with the same signature, and the function is called with base class object, then the function in derived class executes and the function in base class is said to be overridden. This is known as function overriding. Following program demonstrates function overriding: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 #include<iostream> using namespace std; class A { protected:
The post How to do function overriding in C++ Programming appeared first on Coding Security.
How to do function overriding in C++ Programming
read more
Tidak ada komentar:
Posting Komentar