UrbanPro
true

Overview

I can teach every topic very easily and make it stronger for the students.

Languages Spoken

Marathi Mother Tongue (Native)

English Proficient

Hindi Proficient

Education

North Maharashtra University, Jalgaon(M.S.) 2000

Master's in Computer Management (M.C.M.)

Address

Deopur, Dhule, India - 424002

Verified Info

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.

Please describe the problem that you see in this page.

Type the letters as shown below *

Please enter the letters as show below

Teaches

BCA Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in BCA Tuition

20

BCA Subject

Data structures, Web Programming, C Language Programming, Programming in C++ , Database Management Systems , Problem Solving and Programming , Software Engineering , Unix Shell programming, Visual Programing, IT, Data and File Structures , Internet Concepts and Web Design , Java Programming

Type of class

Regular Classes, Crash Course

Class strength catered to

Group Classes, One on one/ Private Tutions

Taught in School or College

Yes

BSc Tuition

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

Software Engineering, Programming Fundamentals, Internet Technologies, Artificial Intelligence, Data Mining, Data Structures, Operating Systems

Type of class

Regular Classes, Crash Course

BSc IT Subjects

Foundation of information Technology, Dbms using FoxPro, Problem solving methodologies & programming in C, Advance and data structure

Class strength catered to

Group Classes, One on one/ Private Tutions

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

C++ Language Classes

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

Reviews

No Reviews yet!

FAQs

1. Which BCA subjects do you tutor for?

Data structures, Web Programming, C Language Programming 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.

Answers by Pankaj Girish Adawadkar (2)

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 ... ...more

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();

;

 

Answers 2 Comments
Dislike Bookmark

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"; ...more

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";

Answers 2 Comments
Dislike Bookmark

Teaches

BCA Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in BCA Tuition

20

BCA Subject

Data structures, Web Programming, C Language Programming, Programming in C++ , Database Management Systems , Problem Solving and Programming , Software Engineering , Unix Shell programming, Visual Programing, IT, Data and File Structures , Internet Concepts and Web Design , Java Programming

Type of class

Regular Classes, Crash Course

Class strength catered to

Group Classes, One on one/ Private Tutions

Taught in School or College

Yes

BSc Tuition

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

Software Engineering, Programming Fundamentals, Internet Technologies, Artificial Intelligence, Data Mining, Data Structures, Operating Systems

Type of class

Regular Classes, Crash Course

BSc IT Subjects

Foundation of information Technology, Dbms using FoxPro, Problem solving methodologies & programming in C, Advance and data structure

Class strength catered to

Group Classes, One on one/ Private Tutions

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

C++ Language Classes

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

No Reviews yet!

Answers by Pankaj Girish Adawadkar (2)

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 ... ...more

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();

;

 

Answers 2 Comments
Dislike Bookmark

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"; ...more

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";

Answers 2 Comments
Dislike Bookmark

Pankaj Girish Adawadkar conducts classes in BCA Tuition, BSc Tuition and C++ Language. Pankaj is located in Deopur, Dhule. Pankaj takes at students Home and Online Classes- via online medium. He has 20 years of teaching experience . Pankaj has completed Master's in Computer Management (M.C.M.) from North Maharashtra University, Jalgaon(M.S.) in 2000. HeĀ is well versed in English, Marathi and Hindi.

X
X

Post your Learning Need

Let us shortlist and give the best tutors and institutes.

or

Send Enquiry to Pankaj Girish Adawadkar

Let Pankaj Girish Adawadkar know you are interested in their class

Reply to 's review

Enter your reply*

1500/1500

Please enter your reply

Your reply should contain a minimum of 10 characters

Your reply has been successfully submitted.

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more