• 大小: 389B
    文件类型: .cpp
    金币: 2
    下载: 1 次
    发布日期: 2021-06-18
  • 语言: C/C++
  • 标签: C/C++    

资源简介

类的继承与多态课程的渗透灌溉的,面向对象程序编程的

资源截图

代码片段和文件信息

// Point.cpp : Defines the entry point for the console application.
//

#include “stdafx.h“
#include
using namespace std;


void main()
{
Circle c;
c.setPoint (200250);

评论

共有 条评论