SlideShare a Scribd company logo
OOP in C Before GObject [email_address] elpam@Taiwan, Taipei, 2008
LICENSE 本投影片授權方式為: 姓名標示─非商業性─相同方式分享  3.0  台灣版
http://creativecommons.org/licenses/by-nc-sa/3.0/tw/ 所有的範例程式皆為  Public Domain
About This Slides All example was build by  GCC-4.1.3
GLIB-1.2.10
GMAKE-3.81
Agenda Constructor Review in C++
Constructor in C
C++  Language Review Constructor parent's constructor
member value initialize
initial member function (x)
do something class  Dog:  public  Animal{ private : string name; public: Dog(); }; Dog::Dog(  const  string n) : Animal()  /*(1)*/ , name(n)  /*(2)*/ { /* (4) */ cout <<  '' 汪汪 ''  << endl; }
C++ Constructor Which one? cba
abc /* 3-1.cpp */ class  A{ public: A(){printf( “a” );}; }; class  B:  public  A{ public: B(){printf( “b” );}; }; class  C:  public  B{ public: C(){printf( “c” );}; }; C* c =  new  C;
C++ Constructor  (cont') Answer: abc Why parent's constructor execute first ? 在child的Constructor之中可能會Access到Parent的member value (及 member function)
C++ Default Constructor Which one? abc
abC
ABC /* 3-2.cpp */ class  A{ public: A(){printf( “a” );}; A( int ){printf( “A” );}; }; class  B:  public  A{ public: B(){printf( “b” );}; B( int ){printf( “B” );}; }; class  C:  public  B{ public: C(){printf( “c” );}; C( int ){printf( “C” );}; }; C* c = new C(1);

More Related Content

PDF
OOP in C - Inherit (Chinese Version)
PDF
Virtual Functions
PPTX
Summary of C++17 features
PPTX
Virtual function in C++ Pure Virtual Function
PDF
Vladymyr Bahrii Understanding polymorphism in C++ 16.11.17
PPTX
PDF
C++ Training
PDF
Fun with Lambdas: C++14 Style (part 1)
OOP in C - Inherit (Chinese Version)
Virtual Functions
Summary of C++17 features
Virtual function in C++ Pure Virtual Function
Vladymyr Bahrii Understanding polymorphism in C++ 16.11.17
C++ Training
Fun with Lambdas: C++14 Style (part 1)

What's hot (20)

PDF
C++17 introduction - Meetup @EtixLabs
PDF
C++20 the small things - Timur Doumler
PDF
Modern c++ (C++ 11/14)
PPTX
PDF
Le langage rust
PPTX
C++ 11 Features
PDF
[C++ Korea] Effective Modern C++ Study, Item 11 - 13
PDF
03 function overloading
ODP
OpenGurukul : Language : C++ Programming
PPTX
#OOP_D_ITS - 4th - C++ Oop And Class Structure
PDF
Solid C++ by Example
PDF
C++11 concurrency
PPTX
Pure virtual function and abstract class
PDF
Objective c beginner's guide
PPT
Function overloading(C++)
PPTX
Learning C++ - Functions in C++ 3
PDF
C++ questions And Answer
PPT
Functions in C++
PPT
C++ Advanced
PPTX
C# for C++ Programmers
C++17 introduction - Meetup @EtixLabs
C++20 the small things - Timur Doumler
Modern c++ (C++ 11/14)
Le langage rust
C++ 11 Features
[C++ Korea] Effective Modern C++ Study, Item 11 - 13
03 function overloading
OpenGurukul : Language : C++ Programming
#OOP_D_ITS - 4th - C++ Oop And Class Structure
Solid C++ by Example
C++11 concurrency
Pure virtual function and abstract class
Objective c beginner's guide
Function overloading(C++)
Learning C++ - Functions in C++ 3
C++ questions And Answer
Functions in C++
C++ Advanced
C# for C++ Programmers
Ad

Similar to OOP in C - Before GObject (Chinese Version) (20)

PPTX
C++ Introduction brown bag
PDF
ODP
Generic Programming
PPTX
Intro To C++ - Class 07 - Headers, Interfaces, & Prototypes
PPT
Oop Constructor Destructors Constructor Overloading lecture 2
PDF
00-intro-to-classes.pdf
PPT
Cppt 101102014428-phpapp01
PPT
Advance features of C++
KEY
Mysterious c++
PPTX
constructocvbcvbcvbcvbr-Destructor (1).pptx
ODP
Object-Oriented Programming
PDF
Memory Management C++ (Peeling operator new() and delete())
TXT
Advance C++notes
PPT
ConsTRUCTION AND DESTRUCTION
PPTX
Modern C++ Lunch and Learn
PPTX
Lab 1.pptx
PPTX
How to Adopt Modern C++17 into Your C++ Code
PPTX
How to Adopt Modern C++17 into Your C++ Code
PPT
C by balaguruswami - e.balagurusamy
PDF
CS225_Prelecture_Notes 2nd
C++ Introduction brown bag
Generic Programming
Intro To C++ - Class 07 - Headers, Interfaces, & Prototypes
Oop Constructor Destructors Constructor Overloading lecture 2
00-intro-to-classes.pdf
Cppt 101102014428-phpapp01
Advance features of C++
Mysterious c++
constructocvbcvbcvbcvbr-Destructor (1).pptx
Object-Oriented Programming
Memory Management C++ (Peeling operator new() and delete())
Advance C++notes
ConsTRUCTION AND DESTRUCTION
Modern C++ Lunch and Learn
Lab 1.pptx
How to Adopt Modern C++17 into Your C++ Code
How to Adopt Modern C++17 into Your C++ Code
C by balaguruswami - e.balagurusamy
CS225_Prelecture_Notes 2nd
Ad

Recently uploaded (20)

PPTX
PERDEV-LESSON-3 DEVELOPMENTMENTAL STAGES.pptx
PDF
The Power of Pausing Before You React by Meenakshi Khakat
PPTX
SELF ASSESSMENT -SNAPSHOT.pptx an index of yourself by Dr NIKITA SHARMA
PPTX
Learn numerology content and join tarot reading
PDF
The Spotlight Effect No One Is Thinking About You as Much as You Think - by M...
PPTX
Commmunication in Todays world- Principles and Barriers
DOCX
Boost your energy levels and Shred Weight
PPTX
Personal Development - By Knowing Oneself?
PDF
Elle Lalli on The Role of Emotional Intelligence in Entrepreneurship
PDF
⚡ Prepping for grid failure_ 6 Must-Haves to Survive Blackout!.pdf
PPTX
Pradeep Kumar Roll no.30 Paper I.pptx....
PPTX
Travel mania in india needs to change the world
PPTX
Learn how to use Portable Grinders Safely
PPT
cypt-cht-healthy-relationships-part1-presentation-v1.1en.ppt
PDF
Red Light Wali Muskurahat – A Heart-touching Hindi Story
PPTX
UNIVERSAL HUMAN VALUES for NEP student .pptx
PPTX
Identity Development in Adolescence.pptx
PDF
SEX-GENDER-AND-SEXUALITY-LESSON-1-M (2).pdf
PPTX
cấu trúc sử dụng mẫu Cause - Effects.pptx
PDF
Top 10 Visionary Entrepreneurs to Watch in 2025
PERDEV-LESSON-3 DEVELOPMENTMENTAL STAGES.pptx
The Power of Pausing Before You React by Meenakshi Khakat
SELF ASSESSMENT -SNAPSHOT.pptx an index of yourself by Dr NIKITA SHARMA
Learn numerology content and join tarot reading
The Spotlight Effect No One Is Thinking About You as Much as You Think - by M...
Commmunication in Todays world- Principles and Barriers
Boost your energy levels and Shred Weight
Personal Development - By Knowing Oneself?
Elle Lalli on The Role of Emotional Intelligence in Entrepreneurship
⚡ Prepping for grid failure_ 6 Must-Haves to Survive Blackout!.pdf
Pradeep Kumar Roll no.30 Paper I.pptx....
Travel mania in india needs to change the world
Learn how to use Portable Grinders Safely
cypt-cht-healthy-relationships-part1-presentation-v1.1en.ppt
Red Light Wali Muskurahat – A Heart-touching Hindi Story
UNIVERSAL HUMAN VALUES for NEP student .pptx
Identity Development in Adolescence.pptx
SEX-GENDER-AND-SEXUALITY-LESSON-1-M (2).pdf
cấu trúc sử dụng mẫu Cause - Effects.pptx
Top 10 Visionary Entrepreneurs to Watch in 2025

OOP in C - Before GObject (Chinese Version)