
candlestick-chart – candlestick – কুইজ মডেল টেস্ট অনুশীলন – 19
1655. How do we declare an interface class?
- by making its method abstract using abstract
- it is not possible to create interface class in C++
- by making all methods pure virtual in class
- By using keyword interface
1656. In operator overloading can + operator be made to substract
- it depends
- yes
- no
- none
1657. Sequence of bytes is known as
- files
- stream
- string
- tokens
1658. Pointers are
- variables holding address
- variables of pointers type
- variables having null value
- address holding variables
1659. Which data type is used to represent only logical values in C++ (true/false)?
- bool
- none
- float
- void
1660. How to access the object in the class?
- scope resolution operator
- none
- ternary operator
- direct member access operator
1661. If a=5 and b=10, then what will be the value of z=a++ – –b ?
- error
- -4
- -5
- -3
1662. Using namespace std means
- it specifies which class functions to use
- specify standard library
- none
- its written randomly
1663. Where are Static data members are stored ?
- outside class
- none
- along with objects data members
- separately within class
1664. Which is not a fundamental datatype in C++ ?
- wchar_t
- float
- int
- string
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।