1.定义一个person类,包括姓名,性别,年龄等必要的属性; 2.定义一个继承person的子类,增加一个学号属 10
1个回答
展开全部
这个先建立一个MFC的文档,如果是用DELPHI就建立一个工程。
然后在上面放置相应的label和edit
button按钮,差写入相应的代码
其中可以建立一个person类
class person
{
//构造函数自己生成,就不打字
private:
CString m_sName;
CSring m_sSex;
UINT m_iAge;
public:
//建立自己的函数,比如
void SetAge(int age) { m_iAge = age};
int GetAge () { return m_iAge};
}
class stduent : public person
{
private:
int No;
}
访问数据库用ADO
SQL语句
delete from 表名 where 字段 = 条件
insert into 表名 (字段,...) values (值,...)
update 表名 set 字段 = 值 , ... where 字段 = 值
select * from 表名 where 字段 = 值
然后在上面放置相应的label和edit
button按钮,差写入相应的代码
其中可以建立一个person类
class person
{
//构造函数自己生成,就不打字
private:
CString m_sName;
CSring m_sSex;
UINT m_iAge;
public:
//建立自己的函数,比如
void SetAge(int age) { m_iAge = age};
int GetAge () { return m_iAge};
}
class stduent : public person
{
private:
int No;
}
访问数据库用ADO
SQL语句
delete from 表名 where 字段 = 条件
insert into 表名 (字段,...) values (值,...)
update 表名 set 字段 = 值 , ... where 字段 = 值
select * from 表名 where 字段 = 值
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询