<< Chapter < Page Chapter >> Page >

Các constructor lớp cơ sở và các toán tử gán lớp cơ sở không được kế thừa bởi lớp dẫn xuất.Tuy nhiên, các constructor và các toán tử gán lớp dẫn xuất có thể gọi các constructor và các toán tử gán lớp cơ sở.

Một constructor lớp dẫn xuất luôn gọi constructor lớp cơ sở của nó đầu tiên để khởi tạo các thành viên lớp cơ sở của lớp dẫn xuất. Nếu constructor lớp dẫn bị bỏ qua, constructor mặc định lớp dẫn gọi constructor lớp cơ sở. Các destructor được gọi theo thứ tự ngược lại thứ tự gọi các constructor, vì thế destructor lớp dẫn xuất được gọi trước destructor lớp cơ sở của nó.

Ví dụ 5.4: Minh họa thứ tự các contructor và destructor lớp cơ sở và lớp dẫn xuất được gọi và project có tên là CT5_4.PRJ

File POINT.H

1: //POINT.H

2: //Định nghĩa lớp Point

3: #ifndef POINT_H

4: #define POINT_H

5:

6: class Point

7: {

8: public:

9: Point(float A= 0.0, float B= 0.0);

10: ~Point();

11: protected:

12: float X, Y;

13: };

14:

15: #endif

File POINT.CPP

1: //POINT.CPP

2: //Định nghĩa các hàm thành viên lớp Point

3: #include<iostream.h>

4: #include "point.h"

5:

6: Point::Point(float A, float B)

7: {

8: X = A;

9: Y = B;

10: cout<<"Point constructor: "

11:           <<'['<<X<<", "<<Y<<']'<<endl;

12: }

13:

14: Point::~Point()

15: {

16: cout<<"Point destructor: "

17:           <<'['<<X<<", "<<Y<<']'<<endl;

18: }

File CIRCLE.H

1: //CIRCLE.H

2: //Định nghĩa lớp Circle

3: #ifndef CIRCLE_H

4: #define CIRCLE_H

5:

6: #include "point.h"

7: #include<iomanip.h>

8:

9: class Circle : public Point

10: {

11: public:

12: Circle(float R = 0.0, float A = 0, float B = 0);

13: ~Circle();

14: private:

15: float Radius;

16: };

17:

18: #endif

File CIRCLE.CPP

1: //CIRCLE.CPP

2: //Định nghĩa các hàm thành viên lớp Circle

3: #include "circle.h"

4:

5: Circle::Circle(float R, float A, float B): Point(A, B)

6: {

7: Radius = R;

8: cout<<"Circle constructor: Radius is "

9:           <<Radius<<" ["<<A<<", "<<B<<']'<<endl;

10: }

11:

12: Circle::~Circle()

13: {

14: cout<<"Circle destructor: Radius is "

15:           <<Radius<<" ["<<X<<", "<<Y<<']'<<endl;

16: }

File CT5_4.CPP

1: //CT5_4.CPP

2: //Chương trình 5.4

3: #include<iostream.h>

4: #include "point.h"

5: #include "circle.h"

6: int main()

7: {

8: {

9: Point P(1.1, 2.2);

10: }

11: cout<<endl;

12: Circle C1(4.5, 7.2, 2.9);

13: cout<<endl;

14: Circle C2(10, 5, 5);

15: cout<<endl;

16: return 0;

17: }

Chúng ta chạy ví dụ 5.4 , kết quả ở hình 5.8

Hình 5.8: Kết quả của ví dụ 5.4

Chuyển đổi ngầm định đối tượng lớp dẫn xuất sang đối tượng lớp cơ sở

Mặc dù một đối tượng lớp dẫn xuất cũng là một đối tượng lớp cơ sở, kiểu lớp dẫn xuất và kiểu lớp cơ sở thì khác nhau. Các đối tượng lớp dẫn xuất có thể được xử lý như các đối tượng lớp cơ sở. Điều này có ý nghĩa bởi vì lớp dẫn xuất có các thành viên tương ứng với mỗi thành viên của lớp cơ sở. Phép gán theo chiều hướng ngược lại là không cho phép bởi vì gán một đối tượng lớp cơ sở cho đối tượng lớp dẫn xuất sẽ cho phép thêm các thành viên lớp dẫn xuất không xác định.

Một con trỏ trỏ tới một đối tượng lớp dẫn xuất có thể được chuyển đổi ngầm định thành một con trỏ trỏ tới một đối tượng lớp cơ sở bởi vì một đối tượng lớp dẫn xuất là một đối tượng lớp cơ sở.

Questions & Answers

A golfer on a fairway is 70 m away from the green, which sits below the level of the fairway by 20 m. If the golfer hits the ball at an angle of 40° with an initial speed of 20 m/s, how close to the green does she come?
Aislinn Reply
cm
tijani
what is titration
John Reply
what is physics
Siyaka Reply
A mouse of mass 200 g falls 100 m down a vertical mine shaft and lands at the bottom with a speed of 8.0 m/s. During its fall, how much work is done on the mouse by air resistance
Jude Reply
Can you compute that for me. Ty
Jude
what is the dimension formula of energy?
David Reply
what is viscosity?
David
what is inorganic
emma Reply
what is chemistry
Youesf Reply
what is inorganic
emma
Chemistry is a branch of science that deals with the study of matter,it composition,it structure and the changes it undergoes
Adjei
please, I'm a physics student and I need help in physics
Adjanou
chemistry could also be understood like the sexual attraction/repulsion of the male and female elements. the reaction varies depending on the energy differences of each given gender. + masculine -female.
Pedro
A ball is thrown straight up.it passes a 2.0m high window 7.50 m off the ground on it path up and takes 1.30 s to go past the window.what was the ball initial velocity
Krampah Reply
2. A sled plus passenger with total mass 50 kg is pulled 20 m across the snow (0.20) at constant velocity by a force directed 25° above the horizontal. Calculate (a) the work of the applied force, (b) the work of friction, and (c) the total work.
Sahid Reply
you have been hired as an espert witness in a court case involving an automobile accident. the accident involved car A of mass 1500kg which crashed into stationary car B of mass 1100kg. the driver of car A applied his brakes 15 m before he skidded and crashed into car B. after the collision, car A s
Samuel Reply
can someone explain to me, an ignorant high school student, why the trend of the graph doesn't follow the fact that the higher frequency a sound wave is, the more power it is, hence, making me think the phons output would follow this general trend?
Joseph Reply
Nevermind i just realied that the graph is the phons output for a person with normal hearing and not just the phons output of the sound waves power, I should read the entire thing next time
Joseph
Follow up question, does anyone know where I can find a graph that accuretly depicts the actual relative "power" output of sound over its frequency instead of just humans hearing
Joseph
"Generation of electrical energy from sound energy | IEEE Conference Publication | IEEE Xplore" ***ieeexplore.ieee.org/document/7150687?reload=true
Ryan
what's motion
Maurice Reply
what are the types of wave
Maurice
answer
Magreth
progressive wave
Magreth
hello friend how are you
Muhammad Reply
fine, how about you?
Mohammed
hi
Mujahid
A string is 3.00 m long with a mass of 5.00 g. The string is held taut with a tension of 500.00 N applied to the string. A pulse is sent down the string. How long does it take the pulse to travel the 3.00 m of the string?
yasuo Reply
Who can show me the full solution in this problem?
Reofrir Reply
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Lập trình hướng đối tượng. OpenStax CNX. Jul 29, 2009 Download for free at http://cnx.org/content/col10794/1.1
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Lập trình hướng đối tượng' conversation and receive update notifications?

Ask