Deopur, Dhule, India - 424002.
20+ yrs of Exp
Details verified of Pankaj Girish Adawadkar✕
 
Identity 
 
Education 
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Marathi Mother Tongue (Native)
English Proficient
Hindi Proficient
 
North Maharashtra University, Jalgaon(M.S.)  2000  
Master's in Computer Management (M.C.M.)
Deopur, Dhule, India - 424002
 
 ID Verified 
 
 Phone Verified 
 
 Email Verified 
Report this Profile
Is this listing inaccurate or duplicate? Any other problem?
Please tell us about the problem and we will fix it.
Class Location
  
  Online Classes (Video Call via UrbanPro LIVE) 
  
  Student's Home 
  
  Tutor's Home 
Years of Experience in BCA Tuition
20+
BCA Subject
Java Programming, Database Management Systems , Software Engineering , C Language Programming, Problem Solving and Programming , Unix Shell programming, Web Programming, Programming in C++ , Visual Programing, Data and File Structures , Internet Concepts and Web Design , Data structures, IT
Type of class
Regular Classes, Crash Course
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
Class Location
  
  Online Classes (Video Call via UrbanPro LIVE) 
  
  Student's Home 
  
  Tutor's Home 
Years of Experience in BSc Tuition
20+
BSc Computer Science Subjects
Programming Fundamentals, Data Mining, Software Engineering, Internet Technologies, Artificial Intelligence, Operating Systems, Data Structures
Type of class
Regular Classes, Crash Course
BSc IT Subjects
Problem solving methodologies & programming in C, Advance and data structure, Dbms using FoxPro, Foundation of information Technology
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
BSc Branch
BSc Computer Science, BSc IT
Teaching Experience in detail in BSc Tuition
Working as Assistant Professor in Z.B.Patil College, Dhule
Class Location
  
  Online Classes (Video Call via UrbanPro LIVE) 
  
  Student's Home 
  
  Tutor's Home 
Years of Experience in C++ Language Classes
20+
Proficiency level taught
Basic C++, Advanced C++
Teaching Experience in detail in C++ Language Classes
Working as Assistant Professor in Z.B.Patil College, Dhule
Upcoming Live Classes
1. Which BCA subjects do you tutor for?
Java Programming, Database Management Systems , Software Engineering and others
2. Do you have any prior teaching experience?
Yes
3. Which classes do you teach?
I teach BCA Tuition, BSc Tuition and C++ Language Classes.
4. Do you provide a demo class?
Yes, I provide a free demo class.
5. How many years of experience do you have?
I have been teaching for 20 years.
Answered on 26/09/2023 Learn IT Courses/Programming Languages/C++ Language
Step 1: Define the base class containing a virtual method.
class Arithmetic
{
public:
virtual void calc();
};
Step 2: Create the subclass. Also write the implementation of the virtual method.
class Addition
{
public:
void calc()
{
// logic of addition
}
};
3) Creating pointer variable:,
void main()
{
Arithmetic* obj1 = new Addition();
obj1-> calc();
;
Answered on 26/09/2023 Learn IT Courses/Programming Languages/C++ Language
By using strcmp(), you can compare two strings. For that we have to include string.h header file.
char *s1 = "Hello";
char *s2 = "Friend";
if(strcmp(s1, s2) == 0)
cout << "Both strings are same";
else
cout << " Both strings are not same";
Class Location
  
  Online Classes (Video Call via UrbanPro LIVE) 
  
  Student's Home 
  
  Tutor's Home 
Years of Experience in BCA Tuition
20+
BCA Subject
Java Programming, Database Management Systems , Software Engineering , C Language Programming, Problem Solving and Programming , Unix Shell programming, Web Programming, Programming in C++ , Visual Programing, Data and File Structures , Internet Concepts and Web Design , Data structures, IT
Type of class
Regular Classes, Crash Course
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
Class Location
  
  Online Classes (Video Call via UrbanPro LIVE) 
  
  Student's Home 
  
  Tutor's Home 
Years of Experience in BSc Tuition
20+
BSc Computer Science Subjects
Programming Fundamentals, Data Mining, Software Engineering, Internet Technologies, Artificial Intelligence, Operating Systems, Data Structures
Type of class
Regular Classes, Crash Course
BSc IT Subjects
Problem solving methodologies & programming in C, Advance and data structure, Dbms using FoxPro, Foundation of information Technology
Class strength catered to
One on one/ Private Tutions, Group Classes
Taught in School or College
Yes
BSc Branch
BSc Computer Science, BSc IT
Teaching Experience in detail in BSc Tuition
Working as Assistant Professor in Z.B.Patil College, Dhule
Class Location
  
  Online Classes (Video Call via UrbanPro LIVE) 
  
  Student's Home 
  
  Tutor's Home 
Years of Experience in C++ Language Classes
20+
Proficiency level taught
Basic C++, Advanced C++
Teaching Experience in detail in C++ Language Classes
Working as Assistant Professor in Z.B.Patil College, Dhule
Answered on 26/09/2023 Learn IT Courses/Programming Languages/C++ Language
Step 1: Define the base class containing a virtual method.
class Arithmetic
{
public:
virtual void calc();
};
Step 2: Create the subclass. Also write the implementation of the virtual method.
class Addition
{
public:
void calc()
{
// logic of addition
}
};
3) Creating pointer variable:,
void main()
{
Arithmetic* obj1 = new Addition();
obj1-> calc();
;
Answered on 26/09/2023 Learn IT Courses/Programming Languages/C++ Language
By using strcmp(), you can compare two strings. For that we have to include string.h header file.
char *s1 = "Hello";
char *s2 = "Friend";
if(strcmp(s1, s2) == 0)
cout << "Both strings are same";
else
cout << " Both strings are not same";
 Reply to 's review
Enter your reply*
Your reply has been successfully submitted.
Certified
The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.