which is not a feature of object oriented programming?
A. inheritance
B. recursion
C. encapsulation
D. abstraction
Sonali, Rupali, Bangladesh Krishi, Rajshahi krishi unnayn,Investment Corporation of Bangladeshসাধারন জ্ঞান - বাংলাদেশবিজ্ঞান ও চিকিৎসাবিজ্ঞান ও চিকিৎসা (Topic Practice)Sonali, Rupali, Bangladesh Krishi, Rajshahi krishi unnayn,Investment Corporation of Bangladesh - ⚡ অনলাইন প্রশ্নব্যাংক দেখুন 💥
সঠিক উত্তরঃ
B.
recursion
Explanation:
Related Questions (Any University/Year)
- What is Artificial Intelligence?
- সাই-ফাই এর অর্থ কী?
- বর্জ্য সংগ্রহের বীন থেকে কখন বর্জ্য সংগ্রহ করতে হবে?
- Software কী?
- https://-এর s কী নির্দেশ করে?
- কম্পিউটার পদ্ধতির দুটি প্রধান অঙ্গ হচ্ছে_
- CMYK প্রিন্টের একটি মানদণ্ড , এখানে 'K' কোন রঙকে বুঝায়?
- Einsetine discovered-------.
- In a spreadsheet program, a____ is a set of works in the same file.
- SCADA stand for
- সম্পূর্ণ বাংলায় চালু হওয়া প্রথম জাতীয় ব্রাউজারের (Browser) নাম কি?
- কম্পিউটারের স্থায়ী স্মৃতিশক্তি কোনটি?
- গ্রেগর মেন্ডেল কোন দেশের লোক?
- Consider the following variable declarations and definations in C . (i) int var _ 9 =1 ; (ii) int 9 _ var =2; (iii) int + =3; Choose the correct statement w.r.t above variables.
- Who is widely acknowledged as the father of AI?
- জাতীয় বিজ্ঞান জাদুঘর কোথায় অবস্থিত?
- নিচের কোনটি বায়োমেট্রিক্স-এর উদাহরণ নয়?
- ই-মেইল কি?
- WiFi এর পূর্ণরূপ কী?
- Consider the following recursive function fun (s , y). what is the value of fun ( 4, 3) int fun ( int x , int y) if ( x =0) return y; return fun ( x,1, x+y); |