摘要
多态性是C++的一个重要特性。程序员可以通过使用C++的多态性来编写灵活多样的程序,但是由于多态性比较复杂,程序中可能会隐藏一些漏洞。为了避免产生这些漏洞,MISRA C++推荐了一些编程规则。
Polymorphism is an important feature of C ++ language. C ++ polymorphism produces flexible programs;however, problems may appear due to its complexity. To avoid this, a number of programming rules are introduced in MISRA C ++.
出处
《单片机与嵌入式系统应用》
2009年第10期76-79,共4页
Microcontrollers & Embedded Systems