C++ এ Virtual function সাধারনত ব্যবহার করা হয় function Override করার জন্য। Virtual কী ওয়ার্ড না দিলেও ফাংশন ওভার রাইড হবে কিন্তু ex...
Read More
Home / oop
Showing posts with label oop. Show all posts
Showing posts with label oop. Show all posts
Object Array Example In Java
import java.util.ArrayList; import java.util.Scanner; public class Main { public static void main(String[] args) { // TOD...
Read More
Object Oriented Programming Examples
C++ Version # Constructor #include <bits/stdc++.h> using namespace std; class timer { int n,i,j; clock_t start,end...
Read More
Subscribe to:
Posts
(
Atom
)