C++ Sample Questions Anwers !!

2 Yorum

Not cover all of them !

Excludes 1-b , 2 and in 5th question it says that searching based on number , I didn’t do this !

Devam

c++ oop Class ve constructor kullanarak Shop örneği

Yorum Yok

kod bloğu :

#include <iostream>

#include <string>

using namespace std;

class Store

{

private:

int id;

string name;

string manufact;

int quantity;

string type;

  Devam